From f728e424b2f9ab6860398fff74db5ff14fa55969 Mon Sep 17 00:00:00 2001 From: Gianluca Gennari Date: Wed, 24 Oct 2012 17:28:40 +0200 Subject: [PATCH] dashdemux: remove FIXME comment pad switching across multiple periods works perfectly fine now and it is done only when there is a change in the CAPS --- ext/dash/gstdashdemux.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index c227b85..0b6f25b 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -1187,9 +1187,6 @@ gst_dash_demux_download_loop (GstDashDemux * demux) gst_task_start (demux->stream_task); goto end_of_manifest; } - /* create a new set of pads and send new_segment events */ - /* FIXME: fix pad switching */ - //demux->need_segment = TRUE; demux->end_of_period = FALSE; } else if (!demux->cancelled) { demux->client->update_failed_count++; -- 2.7.4