testclock: replace newly-added GstTestClockIDList structure with a simple GList
authorTim-Philipp Müller <tim@centricular.com>
Sat, 12 Apr 2014 14:22:35 +0000 (15:22 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 12 Apr 2014 14:33:50 +0000 (15:33 +0100)
commited9d0381b2aef7270d1bc41a70db5d06e99f6a90
treea50a96971216098d2e2ed4016bf8d8d65179d1b4
parent2e4900ba9435142d6b7249a890cd44fe8d93c707
testclock: replace newly-added GstTestClockIDList structure with a simple GList

Keep it simple. Likely also makes things easier for bindings,
and efficiency clearly has not been a consideration given how
the existing code handled these lists.
libs/gst/check/Makefile.am
libs/gst/check/gsttestclock.c
libs/gst/check/gsttestclock.h
tests/check/libs/gsttestclock.c