mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
hlsdemux: Remove obsolete FIXME comment
This commit is contained in:
parent
82bbc76f15
commit
0561c3751c
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ gst_m3u8_update (GstM3U8 * self, gchar * data, gboolean * updated)
|
||||||
title = NULL;
|
title = NULL;
|
||||||
data += 7;
|
data += 7;
|
||||||
while (TRUE) {
|
while (TRUE) {
|
||||||
end = g_utf8_strchr (data, -1, '\n'); /* FIXME: support \r\n */
|
end = g_utf8_strchr (data, -1, '\n');
|
||||||
if (end)
|
if (end)
|
||||||
*end = '\0';
|
*end = '\0';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue