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:
parent
7db723831d
commit
2ed8a819f6
@ -1104,7 +1104,7 @@ alternate_advance (GstM3U8Client * client, gboolean forward)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (tmp == NULL) {
|
if (tmp == NULL) {
|
||||||
GST_ERROR ("Can't find next fragment");
|
GST_WARNING ("Can't find next fragment");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
client->current_file = tmp;
|
client->current_file = tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user