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
@ -1364,7 +1364,6 @@ gst_hls_demux_get_next_fragment (GstHLSDemux * demux, gboolean caching)
|
||||
|
||||
error:
|
||||
{
|
||||
gst_hls_demux_stop (demux);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user