multiqueue: Allow growing a queue if all other queues are not linked
authorPer x Johansson <perxjoh@axis.com>
Thu, 23 Jan 2014 14:47:23 +0000 (15:47 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 24 Jan 2014 08:27:28 +0000 (09:27 +0100)
commit4f928547a8f13b5755f19caaf4fe55d8dd1c9b94
treee0962cc43815f62ec189af0f9b6d0738d2f4def5
parentba7089cf0483f13eb76ef1c4a91c0e785c2276a1
multiqueue: Allow growing a queue if all other queues are not linked

In the case where one singlequeue is full and all other are not linked, the
growing of the full queue does not work correctly. The result depends on if
the full queue is last in the queue list or not.

https://bugzilla.gnome.org/show_bug.cgi?id=722891
plugins/elements/gstmultiqueue.c