mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
e96cc18ab9
commit
f728e424b2
1 changed files with 0 additions and 3 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue