tweak debug output
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Jul 2006 10:54:13 +0000 (10:54 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Jul 2006 10:54:13 +0000 (10:54 +0000)
Original commit message from CVS:
tweak debug output

ext/vorbis/vorbisdec.c

index 230663d914237eec97e342fbae5748a4d357ec73..758f3368b6766abfda21244d1b75a92583b90e25 100644 (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);