[Bug 740575] Fixing DTS in GStreamer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 17 08:16:39 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=740575
Wim Taymans <wim.taymans at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #29 from Wim Taymans <wim.taymans at gmail.com> ---
So, gst_segment_offset_running_time() allows you to shift the timestamps
backwards all the way negative using the offset field of the segment. When you
get any running-time before 0, you'll get -1, meaning invalid.
I'll add a method on the segment to actually get the unclipped negative
timestamps, which you should then be able to use in elements that can deal with
those negative timestamps.
--
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