From: Matej Knopp Date: Fri, 13 Apr 2012 12:22:34 +0000 (+0200) Subject: multiqueue: gst_single_queue_flush unlocks the queue twice X-Git-Tag: RELEASE-0.11.91~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4b71c25749a49def9c9d7c340b1ed866c05506c;p=platform%2Fupstream%2Fgstreamer.git multiqueue: gst_single_queue_flush unlocks the queue twice https://bugzilla.gnome.org/show_bug.cgi?id=674044 --- diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 09db153..bd3b69c 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -755,7 +755,6 @@ gst_single_queue_flush (GstMultiQueue * mq, GstSingleQueue * sq, gboolean flush) gst_data_queue_set_flushing (sq->queue, TRUE); sq->flushing = TRUE; - GST_MULTI_QUEUE_MUTEX_UNLOCK (mq); /* wake up non-linked task */ GST_LOG_OBJECT (mq, "SingleQueue %d : waking up eventually waiting task",