mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
oggstream: Demote error to warning
This commit is contained in:
parent
25fa4802fe
commit
6c6d8b0b95
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue