multiqueue: Don't automatically enter the buffering state when use-buffering is set.
authorDuncan Palmer <dpalmer@digisoft.tv>
Tue, 10 Mar 2015 02:57:44 +0000 (12:57 +1000)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 10 Apr 2015 13:40:00 +0000 (10:40 -0300)
commit0ad06434daae08fea343741de1fa8fc386f52808
tree85d4127b314f884f48d86e42742c75086c0343f0
parentb15e6f4bf018b92952bfecf9a94c2cbceb6e29ea
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
plugins/elements/gstmultiqueue.c