From: Thiago Santos Date: Mon, 13 Jul 2015 18:37:26 +0000 (-0300) Subject: hlsdemux: demote error to warning X-Git-Tag: 1.19.3~507^2~8255 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ed8a819f6bb75d5009839a042b7b91123a3e9b4;p=platform%2Fupstream%2Fgstreamer.git hlsdemux: demote error to warning It is not fatal and can be quite normal when the network is too slow --- diff --git a/ext/hls/m3u8.c b/ext/hls/m3u8.c index 4b6e362..5e78d94 100755 --- 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;