mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
tweak debug output
Original commit message from CVS: tweak debug output
This commit is contained in:
parent
2607f126de
commit
e8e6963f39
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ vorbis_dec_chain (GstPad * pad, GstBuffer * buffer)
|
|||
/* switch depending on packet type */
|
||||
if (packet.packet[0] & 1) {
|
||||
if (vd->initialized) {
|
||||
GST_WARNING_OBJECT (vd, "Ignoring header");
|
||||
GST_WARNING_OBJECT (vd, "Already initialized, so ignoring header packet");
|
||||
goto done;
|
||||
}
|
||||
result = vorbis_handle_header_packet (vd, &packet);
|
||||
|
|
Loading…
Reference in a new issue