how to map Form handle to gstreamer-sharp

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

how to map Form handle to gstreamer-sharp

rockStarInTraining
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?