Search code examples
c#winformsgstreamerglibgstreamer-sharp

handle gstreamer pop-up Window in WinForms from Gst.Parse.Launch


Hi does anybody know if it's possible to have gstreamer-sharp parse a pipeline binding string to a Gst.Pipeline object?

If the following line of code executes it pops up the stream in an internal Gstreamer Window.

Gst.Parse.Launch("videotestsrc ! videoconvert ! autovideosink");

I am wondering if there is a way to get a Gst.Pipeline object from the Parse class so I can handle the gstreamer Window creation and redirect the output to a panel on my form?

Thanks


Solution

  • The Element returned from Gst.Parse.Launch should actually be a Gst.Pipeline