[Bug 740575] Fixing DTS in GStreamer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 20 01:07:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=740575
--- Comment #51 from Wim Taymans <wim.taymans at gmail.com> ---
I think this is nicer API.
commit bc282da83cbc8147b7c0ed59e3bd5a6011e90eb2
Author: Wim Taymans <wtaymans at redhat.com>
Date: Fri Mar 20 09:00:47 2015 +0100
segment: remove the bounds check from _to_running_time_full()
Do not do any checks for the start/stop in the new
gst_segment_to_running_time_full() method, we can let this be done by
the more capable gst_segment_clip() method. This allows us to remove the
enum of results and only return the sign of the calculated running-time.
We need to put the old clipping checks in the old
gst_segment_to_running_time() still because they work slightly
differently than the _clip methods.
See https://bugzilla.gnome.org/show_bug.cgi?id=740575
--
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