Re: Gstreamermm using C Plugins

2020-10-29 Thread Marcin Kolny via gtkmm-list
Hi Franz, You should be able to use any plugin from gstreamermm. Please have a look at the examples in the gstreamermm repository, for example the oggplayer [1]. As you can see there, we create filesrc element using ElementFactory class, which returns an object of type Gst::Element: Glib::RefPtr s

Gstreamermm using C Plugins

2020-10-29 Thread Franz Bender via gtkmm-list
Dear gtkmm-Community, I’m working on a C++ project involving GStreamer, which is why I use gstreamermm as a C++ bridge. My problem is that I have to interface with a gstreamer plugin which is not wrapped by gstreamermm. I was unable to figure out how to implement this into my pipeline. Specifi