hlsdemux: demote error to warning
authorThiago Santos <thiagoss@osg.samsung.com>
Mon, 13 Jul 2015 18:37:26 +0000 (15:37 -0300)
committerThiago 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

index 4b6e362..5e78d94 100755 (executable)
@@ -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;