From da001be15a6ce8165a8ffe8253f72225348fa2c8 Mon Sep 17 00:00:00 2001 From: Gil Pedersen Date: Wed, 25 Apr 2012 13:31:36 +0200 Subject: [PATCH] hlsdemux: start paused task on new data --- gst/hls/gsthlsdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c index c09f075649..b2cfc7e969 100644 --- a/gst/hls/gsthlsdemux.c +++ b/gst/hls/gsthlsdemux.c @@ -1145,6 +1145,7 @@ gst_hls_demux_get_next_fragment (GstHLSDemux * demux, gboolean caching) g_queue_push_tail (demux->queue, download); if (!caching) { GST_TASK_SIGNAL (demux->updates_task); + gst_task_start (demux->stream_task); } return TRUE;