summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <ts.santos@partner.samsung.com>2013-10-03 07:56:21 -0300
committerThiago Santos <ts.santos@partner.samsung.com>2013-10-03 09:57:16 -0300
commitb36246ce3c6019eae90f0ad3eb03eaa6115e4b5c (patch)
treef0858700edc92c420fa2779fcbf07f1d6c0573fb
parent3cbf8da1ca13e85fa6cbd76f63e2d07cf57de453 (diff)
downloadgstreamer-plugins-bad-b36246ce3c6019eae90f0ad3eb03eaa6115e4b5c.tar.gz
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
-rw-r--r--gst/hls/gsthlsdemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c
index 528165260..12c863a62 100644
--- a/gst/hls/gsthlsdemux.c
+++ b/gst/hls/gsthlsdemux.c
@@ -1279,7 +1279,6 @@ gst_hls_demux_get_next_fragment (GstHLSDemux * demux, gboolean caching)
error:
{
- gst_hls_demux_stop (demux);
return FALSE;
}
}