mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
a7712c2983
To avoid race conditions with gst_task_stop(); gst_task_join() with another thread doing gst_task_pause(), the joining thread would be waiting for the task to stop but it would never happen. So just use gst_task_stop() everywhere to prevent more mutexes |
||
---|---|---|
.. | ||
gstadaptivedemux.c | ||
gstadaptivedemux.h | ||
Makefile.am |