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)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 23 May 2017 10:35:58 +0000 (12:35 +0200)
commit86a256aebce23eba234a5bb7ee663bf097b12d50
tree61436253d10d83a5c03f9abc011eba7f2014316c
parent9e2640ba95c98fc4218663335721711bcb46a39b
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.
gst-libs/gst/base/gstaggregator.c