mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
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:
parent
7309d454e7
commit
6558d04420
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* docs/libs/gstreamer-libs-sections.txt:
|
* docs/libs/gstreamer-libs-sections.txt:
|
||||||
|
|
|
@ -776,6 +776,7 @@ done:
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
out_flushing:
|
out_flushing:
|
||||||
{
|
{
|
||||||
|
GST_QUEUE_MUTEX_UNLOCK (queue);
|
||||||
gst_buffer_unref (event);
|
gst_buffer_unref (event);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue