[Bug 793058] qtdemux: add support for edit lists for fragmented files in push mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 28 15:06:18 UTC 2018


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

--- Comment #24 from Alicia Boya GarcĂ­a <aboya at igalia.com> ---
(In reply to Edward Hervey from comment #23)
> Alicia, any chance you could look at the issues ?

I'm currently investigating the issue.

The most immediate cause of the assertion error is that in the dashdemux case
qtdemux is leaving stream->segment with uninitialized format (zeroed) when a
"reused stream" is created. The assertion was not triggered before the patch
because the `if (fragmented)` branch avoided emitting segments for reused
streams.

I'm still reading related code and trying to figure out the best solution for
that issue.

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