gstreamer/ext/soup
Tim-Philipp Müller 5bb4dcd89c soup: fix start/stop race in souphttpclientsink
Fix crash or hang in generic/states unit test when doing stop()
right after start(). Create main loop in the start function already
and not just in the thread function, so that stop() always has a
valid main loop to quit on. Also, calling g_main_loop_quit() before
g_main_loop_run() won't work and result in the stop function waiting
for the thread to join forever. Therefore, wait for the thread to
be ready and get the main loop running in the start() function, to
be sure stop() always works.
2011-12-11 17:24:20 +00:00
..
gstsoup.c soup: rename souphttpsink to souphttpclientsink 2011-09-25 15:13:39 +01:00
gstsouphttpclientsink.c soup: fix start/stop race in souphttpclientsink 2011-12-11 17:24:20 +00:00
gstsouphttpclientsink.h soup: rename souphttpsink to souphttpclientsink 2011-09-25 15:13:39 +01:00
gstsouphttpsrc.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstsouphttpsrc.h souphttpsrc: Rename icy_caps to src_caps 2009-05-22 00:55:08 +03:00
Makefile.am soup: rename souphttpsink to souphttpclientsink 2011-09-25 15:13:39 +01:00