aggregator: Don't block if adding to the tail of the queue
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 13 Jul 2017 22:38:34 +0000 (18:38 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
commit8b60b25917c224b95afa0f05792560c5bee46eac
tree4dd996c0f64c6eef1e9104b556c9bfa530922c4c
parenta083391fb563f2ed45bd973fb5d3e8bacf791f63
aggregator: Don't block if adding to the tail of the queue

If we're adding to the tail of the queue, it's because we're converting
a gap event, so don't block there it means we're calling from the output
thread.

https://bugzilla.gnome.org/show_bug.cgi?id=784911
libs/gst/base/gstaggregator.c