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
The Element returned from Gst.Parse.Launch should actually be a Gst.Pipeline