tweak debug output

Original commit message from CVS:
tweak debug output
This commit is contained in:
Thomas Vander Stichele 2006-07-26 10:54:13 +00:00
parent 2607f126de
commit e8e6963f39

View file

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