diff options
author | Wim Taymans <wtaymans@redhat.com> | 2015-03-20 09:00:47 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2015-03-20 09:00:47 +0100 |
commit | bc282da83cbc8147b7c0ed59e3bd5a6011e90eb2 (patch) | |
tree | fe8d92fd57e009adb860ab0429db8ef075d3e3a2 /win32 | |
parent | edf484ab6b10d04c334f2b32eb043cb749dc3af8 (diff) |
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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index e21f49800..3a45b47e9 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1124,7 +1124,6 @@ EXPORTS gst_segment_init gst_segment_new gst_segment_offset_running_time - gst_segment_result_get_type gst_segment_set_running_time gst_segment_to_position gst_segment_to_running_time |