From 72e05dfd7c82ce45e5141c5506e203d05fb2daf9 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 3 Oct 2013 07:56:21 -0300 Subject: [PATCH] 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 --- ext/hls/gsthlsdemux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 57f1043f5c..8390ea01a5 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -1364,7 +1364,6 @@ gst_hls_demux_get_next_fragment (GstHLSDemux * demux, gboolean caching) error: { - gst_hls_demux_stop (demux); return FALSE; } }