projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7db7238
)
hlsdemux: demote error to warning
author
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 13 Jul 2015 18:37:26 +0000
(15:37 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Fri, 24 Jul 2015 13:09:19 +0000
(10:09 -0300)
It is not fatal and can be quite normal when the network is
too slow
ext/hls/m3u8.c
patch
|
blob
|
history
diff --git
a/ext/hls/m3u8.c
b/ext/hls/m3u8.c
index
4b6e362
..
5e78d94
100755
(executable)
--- a/
ext/hls/m3u8.c
+++ b/
ext/hls/m3u8.c
@@
-1104,7
+1104,7
@@
alternate_advance (GstM3U8Client * client, gboolean forward)
break;
}
if (tmp == NULL) {
- GST_
ERROR
("Can't find next fragment");
+ GST_
WARNING
("Can't find next fragment");
return;
}
client->current_file = tmp;