hlsdemux: start paused task on new data
This commit is contained in:
parent
c52882e15b
commit
da001be15a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user