check: allow GstTestClock to handle clock notifications
authorSebastian Rasmussen <sebrn@axis.com>
Wed, 29 Aug 2012 23:58:41 +0000 (01:58 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 13 Nov 2012 21:47:01 +0000 (21:47 +0000)
commit4eeb471e11b35bdf0e9aa95ea354219036035d76
treef7496b6c14d169bcd48e41d18b70b8e8493e16f9
parent77005be192a884fc47ee7250fa6095b7ab2109d9
check: allow GstTestClock to handle clock notifications

API: gst_test_clock_peek_id_count()
API: gst_test_clock_has_id()
API: gst_test_clock_peek_next_pending_id()
API: gst_test_clock_wait_for_next_pending_id()
API: gst_test_clock_wait_for_pending_id_count()
API: gst_test_clock_process_next_clock_id()
API: gst_test_clock_get_next_entry_time()

https://bugzilla.gnome.org/show_bug.cgi?id=683012
docs/libs/gstreamer-libs-sections.txt
libs/gst/check/Makefile.am
libs/gst/check/gsttestclock.c
libs/gst/check/gsttestclock.h
tests/check/libs/gsttestclock.c