hlsdemux: Remove obsolete FIXME comment

This commit is contained in:
Sebastian Dröge 2011-09-02 15:00:58 +02:00
parent 82bbc76f15
commit 0561c3751c

View file

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