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
This commit is contained in:
Gianluca Gennari 2012-10-24 17:28:40 +02:00 committed by Thiago Santos
parent e96cc18ab9
commit f728e424b2

View file

@ -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++;