mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
hlsdemux: Do not call _stop holding the updates lock
It will cause a deadlock and the calers for _get_next_fragment will already call _stop if required when _get_next_fragment fails. Fixes #690148
This commit is contained in:
parent
6819d1a206
commit
72e05dfd7c
1 changed files with 0 additions and 1 deletions
|
@ -1364,7 +1364,6 @@ gst_hls_demux_get_next_fragment (GstHLSDemux * demux, gboolean caching)
|
||||||
|
|
||||||
error:
|
error:
|
||||||
{
|
{
|
||||||
gst_hls_demux_stop (demux);
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue