mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtspsrc: Fix deadlock when task creation is no successful
https://bugzilla.gnome.org/show_bug.cgi?id=725124
This commit is contained in:
parent
fdb5d460de
commit
b9a953161f
1 changed files with 1 additions and 0 deletions
|
@ -7140,6 +7140,7 @@ gst_rtspsrc_start (GstRTSPSrc * src)
|
|||
/* ERRORS */
|
||||
task_error:
|
||||
{
|
||||
GST_OBJECT_UNLOCK (src);
|
||||
GST_ERROR_OBJECT (src, "failed to create task");
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue