gst_parse_launch and GMainLoop

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gst_parse_launch and GMainLoop

rick b

All.

When you have a GStreamer C or C++ app, and use gst_parse_launch(….)  it looks like the main loop is hidden from you. 

Is there a way to get the main loop that is being generated behind the scene?

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst_parse_launch and GMainLoop

Sebastian Dröge-3
On Wed, 2016-11-09 at 23:10 +0000, Rick Blacker wrote:
> All.
> When you have a GStreamer C or C++ app, and use gst_parse_launch(….) 
> it looks like the main loop is hidden from you. 
> Is there a way to get the main loop that is being generated behind
> the scene?

No main loop is generated by gst_parse_launch(), and none is needed to
make use of the resulting pipeline.

Why do you think there is one, what is the problem you run into?

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (949 bytes) Download Attachment