testclock: add clock-type property
authorAlex Ashley <bugzilla@ashley-family.net>
Thu, 21 Apr 2016 13:45:39 +0000 (14:45 +0100)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 21 Apr 2016 18:21:53 +0000 (15:21 -0300)
commit57a9919eb16d87b19bb5d91792f3460bd34f4fcc
tree560840e6059358c7991705a80760fc084fb12f06
parent2076be19ed1b253f7f4e3c2b7e7653f81b7bce91
testclock: add clock-type property

To allow the GstTestClock to be used as a GstSystemClock, it is
useful to implement the clock-type property that GstSystemClock
provides. This allows GstTestClock to be used as the system clock
with code that expects a GstSystemClock.

    https://bugzilla.gnome.org/show_bug.cgi?id=762147
libs/gst/check/gsttestclock.c