projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3892cc4
)
testclock: remove unused variable
author
Tim-Philipp Müller
<tim@centricular.com>
Sun, 23 Mar 2014 15:08:26 +0000
(15:08 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 12 Apr 2014 14:33:36 +0000
(15:33 +0100)
Fixes compiler warning.
libs/gst/check/gsttestclock.c
patch
|
blob
|
history
diff --git
a/libs/gst/check/gsttestclock.c
b/libs/gst/check/gsttestclock.c
index
685330c
..
bd94070
100644
(file)
--- a/
libs/gst/check/gsttestclock.c
+++ b/
libs/gst/check/gsttestclock.c
@@
-1006,12
+1006,10
@@
guint
gst_test_clock_process_id_list (GstTestClock * test_clock,
GstTestClockIDList * pending_list)
{
- GstTestClockPrivate *priv;
GList *cur;
guint result = 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);