gstreamer/tests
Jan Schmidt 6b2bbd6036 segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0
If a segment has stop == -1, then gst_segment_to_running_time()
would refuse to calculate a running time for negative rates,
but gst_segment_do_seek() allows this scenario and uses a
valid duration for calculations.

Make the 2 functions consistent by using any configured duration
to calculate a running time too in that case.

https://bugzilla.gnome.org/show_bug.cgi?id=796559
2018-11-07 23:10:12 +02:00
..
benchmarks benchmark: fix complexity benchmark 2017-07-14 16:39:42 +01:00
check segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0 2018-11-07 23:10:12 +02:00
examples docs: remove app dev manual and plugin writer's guide 2016-11-01 17:55:54 +00:00
misc examples/netclock-replay: Fix build 2017-11-01 11:31:52 +02:00
.gitignore Add new streamiddemux binaries to .gitignore 2015-03-14 16:05:57 +00:00
Makefile.am tests: don't build misc subdir if both examples and benchmarks have been disabled 2016-09-02 23:22:17 +01:00
meson.build meson: make check and tests build on Windows with msvc 2018-01-11 09:50:24 +00:00
README README: update after removal of "old" dir. 2010-07-05 12:26:42 +03:00

This directory contains regression tests, functionality tests, examples,
benchmarks, ...

benchmarks/
   benchmarks to profile pieces of GStreamer
check/
   unit tests using the check library, non-interactive
examples/
   small examples demonstrating the use of various features
misc/
   prototypes, random bits, ...