I am trying to write a gstreamer plugin in C ++ using GStreamermm bindings. Now there are good guides for plugins (http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/), and there are various examples and templates on the Internet, but for gstreamermm there is very little documentation.
I know that I can resort to using a mixture of C and C ++, but using C ++ bundles seems a lot more elegant.
Just "translating" the examples found in gstreamer pwg to gstreamermm is a kind of dead end; gstreamer requires the use of several macros to determine types that I cannot see immediately translating gstreamermm. In addition, I have little experience with gstreamer, and absolutely no experience with gobj (yet).
Can anyone put me on the right track? Even the smallest example or explanation.
thank
source
share