[Bug 740575] Fixing DTS in GStreamer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 19 07:22:51 PDT 2015


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

--- Comment #42 from Wim Taymans <wim.taymans at gmail.com> ---
(In reply to Matej Knopp from comment #40)
> So if DTS don't need to be inside segment start / stop, why use segment
> offset for the shift instead of just moving segment start time? if you use
> the offset field it will (at least for current implementation of
> gst_segment_to_stream_time) also move stream time, while if you just adjust
> segment start, stream time stays unaffected?

Good remark, I guess we could also allow DTS outside of the segment, It's not
much different from adjusting the offset.

We would need to add something to gst_segment_to_running_time_full() or make a
new method to return the extrapolated time instead of returning _BEFORE and
_AFTER. Is it worth it?

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