mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
testclock: remove unused variable
Fixes compiler warning.
This commit is contained in:
parent
3892cc4c2d
commit
f30ab21ba7
1 changed files with 0 additions and 2 deletions
|
@ -1006,12 +1006,10 @@ guint
|
||||||
gst_test_clock_process_id_list (GstTestClock * test_clock,
|
gst_test_clock_process_id_list (GstTestClock * test_clock,
|
||||||
GstTestClockIDList * pending_list)
|
GstTestClockIDList * pending_list)
|
||||||
{
|
{
|
||||||
GstTestClockPrivate *priv;
|
|
||||||
GList *cur;
|
GList *cur;
|
||||||
guint result = 0;
|
guint result = 0;
|
||||||
|
|
||||||
g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), 0);
|
g_return_val_if_fail (GST_IS_TEST_CLOCK (test_clock), 0);
|
||||||
priv = GST_TEST_CLOCK_GET_PRIVATE (test_clock);
|
|
||||||
|
|
||||||
GST_OBJECT_LOCK (test_clock);
|
GST_OBJECT_LOCK (test_clock);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue