plugins/elements/gstqueue.c: Release the queue lock !

Original commit message from CVS:
* plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
Release the queue lock !
This commit is contained in:
Edward Hervey 2007-05-18 11:20:33 +00:00
parent 7309d454e7
commit 6558d04420
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-05-18 Edward Hervey <edward@fluendo.com>
* plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
Release the queue lock !
2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
* docs/libs/gstreamer-libs-sections.txt:

View file

@ -776,6 +776,7 @@ done:
/* ERRORS */
out_flushing:
{
GST_QUEUE_MUTEX_UNLOCK (queue);
gst_buffer_unref (event);
return FALSE;
}