projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2607f12
)
tweak debug output
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 26 Jul 2006 10:54:13 +0000
(10:54 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/ext/vorbis/vorbisdec.c
b/ext/vorbis/vorbisdec.c
index 230663d914237eec97e342fbae5748a4d357ec73..758f3368b6766abfda21244d1b75a92583b90e25 100644
(file)
--- a/
ext/vorbis/vorbisdec.c
+++ b/
ext/vorbis/vorbisdec.c
@@
-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);