hlsdemux: demote error to warning

It is not fatal and can be quite normal when the network is
too slow
This commit is contained in:
Thiago Santos 2015-07-13 15:37:26 -03:00
parent 7db723831d
commit 2ed8a819f6

View file

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