mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
hlsdemux: only check for the end of playlist when the queue is empty
This commit is contained in:
parent
b765260098
commit
1450233a21
1 changed files with 0 additions and 4 deletions
|
@ -491,10 +491,6 @@ gst_hls_demux_loop (GstHLSDemux * demux)
|
|||
GST_TASK_WAIT (demux->task);
|
||||
}
|
||||
|
||||
if (demux->end_of_playlist) {
|
||||
goto end_of_playlist;
|
||||
}
|
||||
|
||||
buf = g_queue_pop_head (demux->queue);
|
||||
ret = gst_pad_push (demux->srcpad, buf);
|
||||
if (ret != GST_FLOW_OK)
|
||||
|
|
Loading…
Reference in a new issue