mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
multiqueue: Don't automatically enter the buffering state when use-buffering is set.
There is no reason I can see to set mq->buffering = TRUE when use_buffering is set; the code here also calls update_buffering(), which will set mq->buffering = TRUE if this is warranted because of low buffer levels. https://bugzilla.gnome.org/show_bug.cgi?id=745937
This commit is contained in:
parent
b15e6f4bf0
commit
0ad06434da
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue