Writing GstMiniObject in Vala

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Writing GstMiniObject in Vala

cfoch
Hello,
I was writing a GstMiniObject in C which internally had a hash table with hash table values that now have hash table values.

Later, I was thinking about my implementation, and I was thinking that my code could be more scalable if instead of 3 levels of hash tables would be better to have 4 levels (hash table with hash table values that have values that are ... ). Now I have to change almost a thousand of lines.

Using a hash tables is very easy to handle, but if then if I have to change something, changes are enormous on C. So I was thinking on writing my GstMiniObject in Vala instead of C, so I could use the generated C code in the pure C part of my library.

Is it viable to write a GstMiniObject in Vala to use it on C code?

Thanks,
Fabián Orccón

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel