gstreamer/libs/gst/check
Nicolas Dufresne 91543bd78d testclock: Allow calling crank with a past entry
At the moment, we can only use crank if the pending entry is in the
future. This patch leaves the clock time to the same point if the
pending entry was in the past. This still execute a single entry. This
will be needed for the jitterbuffer, since as soon as we stop waking up
the jitterbuffer when the timer is reschedule later, we may endup with
such case in the unit tests.

Related to #608
2019-06-27 20:09:43 +00:00
..
libcheck Run gst-indent through the files 2018-11-28 05:58:53 +02:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstbufferstraw.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstbufferstraw.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstcheck.c doc: Fix and add some missing docstrings 2019-05-13 11:33:49 -04:00
gstcheck.h doc: Fix and add some missing docstrings 2019-05-13 11:33:49 -04:00
gstconsistencychecker.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstconsistencychecker.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstharness.c harness: move creating of buffer and event queues to harness itself 2019-06-13 09:45:03 +02:00
gstharness.h harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
gsttestclock.c testclock: Allow calling crank with a past entry 2019-06-27 20:09:43 +00:00
gsttestclock.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
Makefile.am harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
meson.build Port to hotdoc 2019-05-13 16:34:09 -04:00