diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c index c3687850be..3e48add088 100644 --- a/gst/hls/gsthlsdemux.c +++ b/gst/hls/gsthlsdemux.c @@ -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)