mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
Removed obsolete comment
This commit is contained in:
parent
ae32818105
commit
204ea9fc67
1 changed files with 0 additions and 12 deletions
|
@ -717,18 +717,6 @@ switch_pads (GstDashDemux * demux, guint nb_adaptation_set)
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
/* FIXME: This is a workaround for a bug in playsink.
|
|
||||||
* If we're switching from an audio-only or video-only fragment
|
|
||||||
* to an audio-video segment, the new sink doesn't know about
|
|
||||||
* the current running time and audio/video will go out of sync.
|
|
||||||
*
|
|
||||||
* This should be fixed in playsink by distributing the
|
|
||||||
* current running time to newly created sinks and is
|
|
||||||
* fixed in 0.11 with the new segments.
|
|
||||||
*/
|
|
||||||
/*if (*srcpad )
|
|
||||||
gst_pad_push_event (*srcpad, gst_event_new_flush_stop ());
|
|
||||||
*/
|
|
||||||
/* First create and activate new pad */
|
/* First create and activate new pad */
|
||||||
i = 0;
|
i = 0;
|
||||||
while (i < nb_adaptation_set) {
|
while (i < nb_adaptation_set) {
|
||||||
|
|
Loading…
Reference in a new issue