|
I havethe following 2 lines which I'm expecting to show the gstreamer test plug-in. It runs without error, but I don't see anything. I'm thinking I need to map the output to my form somehow.
Gst.Application.Init();
var pipeline = Parse.Launch(@"videotestsrc ! videoconvert ! autovideosink");
Can anybody help me with this?
|