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:
Thiago Santos 2013-10-03 07:56:21 -03:00
parent 6819d1a206
commit 72e05dfd7c

View file

@ -1364,7 +1364,6 @@ gst_hls_demux_get_next_fragment (GstHLSDemux * demux, gboolean caching)
error:
{
gst_hls_demux_stop (demux);
return FALSE;
}
}