[Bug 754597] appsrc fails to push the caps at the start of the data flow when configured in seekable/random-access mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 8 02:21:16 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754597

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
gst_app_src_flush_queued() is called with the mutex hold from
gst_app_src_stop(), does not need the mutex in gst_app_src_dispose() and is
missing the mutex in all other places. Can you add that in another commit?

I think best is to require the mutex to be taken *outside* the flush function

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list