[Bug 740575] Fixing DTS in GStreamer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 18 08:54:34 PDT 2015


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

--- Comment #38 from Matej Knopp <matej.knopp at gmail.com> ---
So, a point was raised on IRC, that DTS must always be within segment
boundaries. My patches would of course break this assumptions. Can someone
comment on this? Why is this a requirement? I see DTS as something relative to
PTS, which is sort of implementation detail of the codec. 

So when throwing away buffer because it's not within segment boundaries, you
don't really care about DTS < segment.start as long as PTS >= segment.start, do
you? (except for DTS only VFW streams of course). So why require that DTS >=
segment.start?

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