summaryrefslogtreecommitdiff
path: root/ext/hls
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls')
-rw-r--r--ext/hls/gsthlsdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c
index 80cecf42d..b5fe60e91 100644
--- a/ext/hls/gsthlsdemux.c
+++ b/ext/hls/gsthlsdemux.c
@@ -567,7 +567,7 @@ gst_hls_demux_set_current_variant (GstHLSDemux * hlsdemux,
if (hlsdemux->current_variant != NULL) {
gint i;
- //#warning FIXME: Synching fragments across variants
+ //#warning FIXME: Syncing fragments across variants
// should be done based on media timestamps, and
// discont-sequence-numbers not sequence numbers.
variant->m3u8->sequence_position =
@@ -647,7 +647,7 @@ gst_hls_demux_process_manifest (GstAdaptiveDemux * demux, GstBuffer * buf)
gst_hls_demux_set_current_variant (hlsdemux, variant); // FIXME: inline?
}
- /* get the selected media playlist (unless the inital list was one already) */
+ /* get the selected media playlist (unless the initial list was one already) */
if (!hlsdemux->master->is_simple) {
GError *err = NULL;