clock: use the new gst_clock_id_wait_async_full.
authorAlessandro Decina <alessandro.decina@collabora.co.uk>
Mon, 5 Jul 2010 11:10:09 +0000 (13:10 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Tue, 6 Jul 2010 08:46:42 +0000 (10:46 +0200)
commit819780acf79217c8a9b40c486f33668c0e2ae8d7
treead2d51d772d1214a3762528e5e16f3dd86198925
parent538e82c6f7ff8f2652651d6201c32f27b0ae3a62
clock: use the new gst_clock_id_wait_async_full.

Use the new gst_clock_id_wait_async_full in gst_clock_set_master.
Also add some tests.
gst/gstclock.c
tests/check/Makefile.am
tests/check/gst/gstclock.c [new file with mode: 0644]
tests/check/gst/gstsystemclock.c