mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
multiqueue: Remove unused variable
This commit is contained in:
parent
14eb517849
commit
5b48fd5b24
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
* Copyright (C) 2006 Edward Hervey <edward@fluendo.com>
|
* Copyright (C) 2006 Edward Hervey <edward@fluendo.com>
|
||||||
* Copyright (C) 2007 Jan Schmidt <jan@fluendo.com>
|
* Copyright (C) 2007 Jan Schmidt <jan@fluendo.com>
|
||||||
* Copyright (C) 2007 Wim Taymans <wim@fluendo.com>
|
* Copyright (C) 2007 Wim Taymans <wim@fluendo.com>
|
||||||
|
* Copyright (C) 2011 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
*
|
*
|
||||||
* gstmultiqueue.c:
|
* gstmultiqueue.c:
|
||||||
*
|
*
|
||||||
|
@ -421,7 +422,6 @@ gst_multi_queue_init (GstMultiQueue * mqueue, GstMultiQueueClass * klass)
|
||||||
|
|
||||||
mqueue->counter = 1;
|
mqueue->counter = 1;
|
||||||
mqueue->highid = -1;
|
mqueue->highid = -1;
|
||||||
mqueue->nextnotlinked = -1;
|
|
||||||
|
|
||||||
mqueue->qlock = g_mutex_new ();
|
mqueue->qlock = g_mutex_new ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue