mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
hlsdemux: start paused task on new data
This commit is contained in:
parent
c52882e15b
commit
da001be15a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue