Jose,
If you're interested there are also C++ bindings being developed and
what's been wrapped is fairly stable and usable. If you're interested,
see the gstreamer C++ bindings page:
http://gstreamer.freedesktop.org/bindings/cplusplus.html
I too have recently found myself needing to write some elements that
interoperate with legacy c++ code. Are the gstreamer c++ bindings you
mention in a state that you can inherit from gst base elements? I've
used gtkmm with fantastic success in the past (thanks murry!), so I have
high hopes :) I find myself needing to make my own network-clock
element, for example, and I'd really like to avoid having to fight with
raw gobject if I can avoid it.
Thanks again,
...Eric