[Bug 751792] dashdemux: incorrect segment duration for a segment list

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 11 03:12:50 PDT 2015


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

--- Comment #22 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
The standard says that a segment's duration must be clipped to the next
segment's start time though, so I think this would not be enough. Unless you
are saying reject the second segment if its start time is before the start time
of the first ? That'd work too, though the standard seems to lean more towards
removing the first.

In any case, I prefer keeping the code in two passes (building a list, then
sanity checking it), regardless of the change in logic that we may end up with.

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