gstreamer/gst
Wim Taymans c4ae13dbb5 thread-pool: avoid race in shutdown
If we call g_main_loop_quit before the thread has entered g_main_loop_run, we
don't actually stop the mainloop ever. Solve this race by adding an idle source
to the mainloop that calls the _quit. This way we immediately exit the mainloop
if quit was called before we started it.
2013-11-12 10:28:55 +01:00
..
rtsp-server thread-pool: avoid race in shutdown 2013-11-12 10:28:55 +01:00
Makefile.am Split in library and example program 2009-01-08 13:18:55 +01:00