diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 37fa6f037b..e328fc5074 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -585,7 +585,6 @@ gst_multi_queue_set_property (GObject * object, guint prop_id, GST_MULTI_QUEUE_MUTEX_LOCK (mq); - mq->buffering = TRUE; tmp = mq->queues; while (tmp) { GstSingleQueue *q = (GstSingleQueue *) tmp->data;