[gst-devel] How can I have two main loops in my program??

wl2776 wl2776 at gmail.com
Wed Mar 17 11:51:03 CET 2010



Tim-Philipp Müller-2 wrote:
> 
>> g_main_loop_run will create a new thread and shouldn't block your
>> program.
> No, g_main_loop_run() will not create a new thread and will be blocking.
> 

That's right, thank you. 
And what happens, when I create a new main loop with is_running=TRUE:
  m_loop = g_main_loop_new(NULL,TRUE);
?
-- 
View this message in context: http://n4.nabble.com/How-can-I-have-two-main-loops-in-my-program-tp1594663p1596188.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list