[Bug 776200] dashdemux: Always parsing sidx for On-Demand profile

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 14 17:13:17 UTC 2017


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #347815|none                        |needs-work
             status|                            |

--- Comment #24 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 347815:
 --> (https://bugzilla.gnome.org/review?bug=776200&attachment=347815)

::: ext/dash/gstdashdemux.c
@@ +2749,3 @@
                 && (GST_ADAPTIVE_DEMUX (stream->demux)->
                     segment.flags & GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS))
+            && advance && gst_dash_demux_stream_has_next_subfragment (stream))
{

Unfortunately this does not solve anything. It doesn't advance here, then loops
and tries to get 0 bytes (sidx_end_offset - dash_stream->sidx_current_offset)
from the adapter forever

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