aggregator: Process serialized queries through the queue
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 22 May 2017 22:53:57 +0000 (00:53 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
commit474acca0a833e152bf5be199d4b98643f510af56
tree2e15b88db8044fab8b055451bf663b067be187ac
parent0500807b557cd1744b3df612d18e21c86d5a0c88
aggregator: Process serialized queries through the queue

This ensures that they really get processed in order with
buffers. Just waiting for the queue to be empty is sometimes not
enough as the buffers are dropped from the pad before the result is
pushed to the next element, sometimes resulting in surprising
re-ordering.
libs/gst/base/gstaggregator.c