summaryrefslogtreecommitdiff
path: root/ext/hls
diff options
context:
space:
mode:
authorFlorin Apostol <florin.apostol@oregan.net>2015-09-16 16:46:29 +0100
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2015-10-29 10:20:45 +0000
commiteab158a669685f872a7d54877c60d9bc6a26a9b5 (patch)
tree88220d164684ef1e91ef965e08418854ba23c90c /ext/hls
parentcdfec060921fd2343516467b2430c5e8ca01d120 (diff)
downloadgstreamer-plugins-bad-eab158a669685f872a7d54877c60d9bc6a26a9b5.tar.gz
adaptivedemux: fixed multithread support
https://bugzilla.gnome.org/show_bug.cgi?id=755169
Diffstat (limited to 'ext/hls')
-rw-r--r--ext/hls/gsthlsdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c
index c7e9e4830..e3c0096eb 100644
--- a/ext/hls/gsthlsdemux.c
+++ b/ext/hls/gsthlsdemux.c
@@ -798,7 +798,7 @@ retry:
TRUE, TRUE, TRUE, err);
g_free (main_uri);
if (download == NULL) {
- if (!adaptive_demux->cancelled && update && !main_checked
+ if (update && !main_checked
&& gst_m3u8_client_has_variant_playlist (demux->client)
&& gst_m3u8_client_has_main (demux->client)) {
GError *err2 = NULL;