[Bug 755169] dashdemux: can we have multiple seek events at the same time?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 21 09:28:30 PDT 2015


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

--- Comment #3 from Florin Apostol <florin.apostol at oregan.net> ---
Review of attachment 311765:
 --> (https://bugzilla.gnome.org/review?bug=755169&attachment=311765)

::: gst-libs/gst/adaptivedemux/gstadaptivedemux.c
@@ +2282,3 @@
         gst_task_stop (stream->download_task);
         if (gst_adaptive_demux_combine_flows (demux) == GST_FLOW_EOS) {
+          GST_MANIFEST_LOCK (demux);

this is not needed, the GST_MANIFEST_LOCK is already taken at this moment. The
whole "switch (ret) {" is protected by the lock.

-- 
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