oggstream: Demote error to warning

This commit is contained in:
Edward Hervey 2017-11-15 08:28:47 +01:00 committed by Edward Hervey
parent 25fa4802fe
commit 6c6d8b0b95

View file

@ -1583,7 +1583,7 @@ packet_duration_ogm (GstOggStream * pad, ogg_packet * packet)
offset = 1 + (((data[0] & 0xc0) >> 6) | ((data[0] & 0x02) << 1));
if (offset > packet->bytes) {
GST_ERROR ("buffer too small");
GST_WARNING ("buffer too small");
return -1;
}