gstreamer/tests/check
Wim Taymans bc282da83c 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
2015-03-20 09:00:47 +01:00
..
elements Add new streamiddemux binaries to .gitignore 2015-03-14 16:05:57 +00:00
generic check: fix position unit test 2013-05-30 07:03:40 +02:00
gst segment: remove the bounds check from _to_running_time_full() 2015-03-20 09:00:47 +01:00
libs tests: add unit test for gst_adapter_take_buffer_list() 2015-03-14 17:23:03 +00:00
pipelines Fix double semicolons 2015-03-10 09:24:28 +00:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am streamiddemux: Add streamiddemux element 2015-03-12 14:42:18 +00:00