check: add GstTestClock as a deterministic clock for testing
authorSebastian Rasmussen <sebrn@axis.com>
Wed, 29 Aug 2012 14:11:10 +0000 (16:11 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 13 Nov 2012 21:19:57 +0000 (21:19 +0000)
commite58da2a22d5d01cf080466a474aac2ac89198838
tree506a794f20e920db6fd012ebc6bd73a000b7cafe
parentb1cb17ab2f09dd7336fa010465c1ebb96f5153b4
check: add GstTestClock as a deterministic clock for testing

API: GstTestClock
API: gst_test_clock_new()
API: gst_test_clock_new_with_start_time()
API: gst_test_clock_set_time()
API: gst_test_clock_advance_time()

https://bugzilla.gnome.org/show_bug.cgi?id=683012
docs/libs/Makefile.am
docs/libs/gstreamer-libs-docs.sgml
docs/libs/gstreamer-libs-sections.txt
docs/libs/gstreamer-libs.types
libs/gst/check/Makefile.am
libs/gst/check/gsttestclock.c [new file with mode: 0644]
libs/gst/check/gsttestclock.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/libs/gsttestclock.c [new file with mode: 0644]