queue: Wake up the query function on errors from the loop function
authorSebastian Dröge <sebastian@centricular.com>
Tue, 3 Mar 2015 11:48:34 +0000 (12:48 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 3 Mar 2015 11:49:47 +0000 (12:49 +0100)
commita941b4651ce769c87243c84050120c8d244588f6
treea07a7520e60af80516e0324e5a0063a5f6b30636
parenta988871074c3467aaf0a5f714b55b8272c0813bc
queue: Wake up the query function on errors from the loop function

Otherwise we might wait forever for serialized queries to be handled as the
loop function is stopped and as such we will never ever dequeue the query and
handle it.

https://bugzilla.gnome.org/show_bug.cgi?id=745319
plugins/elements/gstqueue.c