[Bug 796480] qtdemux: Forward upstream time-format segment without mapping

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 1 17:00:17 UTC 2018


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

--- Comment #10 from Alicia Boya GarcĂ­a <aboya at igalia.com> ---
(In reply to Thibault Saunier from comment #3)
> Now, this fixes only a part of the equation it seems, I am still getting an
> issue with backward playback with dash streams (basically the segment that
> we push doesn't have a "stop" value which is wrong)

Hint: the segment is pushed to qtdemux with a stop value. The problem is that
it's being modified later by qtdemux_parse_tree() while parsing the moov. This
is the offending line:

qtdemux->segment.stop = duration;

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