diff --git a/gst/hls/m3u8.c b/gst/hls/m3u8.c index f081764257..82e7df8d2a 100644 --- a/gst/hls/m3u8.c +++ b/gst/hls/m3u8.c @@ -225,7 +225,7 @@ gst_m3u8_update (GstM3U8 * self, gchar * data, gboolean * updated) title = NULL; data += 7; while (TRUE) { - end = g_utf8_strchr (data, -1, '\n'); /* FIXME: support \r\n */ + end = g_utf8_strchr (data, -1, '\n'); if (end) *end = '\0';