summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: de6bdbd)
raw | patch | inline | side by side (from parent 1: de6bdbd)
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Tue, 27 Dec 2011 22:54:34 +0000 (22:54 +0000) | ||
committer | Nikhil Devshatwar <a0132237@ti.com> | |
Fri, 17 May 2013 09:40:52 +0000 (15:10 +0530) |
https://bugzilla.gnome.org/show_bug.cgi?id=666926
ext/lame/gstlame.c | patch | blob | history | |
ext/lame/gstlamemp3enc.c | patch | blob | history |
diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c
index 5387a77c593373588fef34036eae32d75c3dc3c0..9ce689d3f0a637bd2a81d3a9137beae3e3e3535a 100644 (file)
--- a/ext/lame/gstlame.c
+++ b/ext/lame/gstlame.c
if (G_UNLIKELY (layer != 3 || rate != lame->out_samplerate)) {
GST_DEBUG_OBJECT (lame,
- "unexpected mp3 header with (rate, layer): (%u, %u)",
+ "unexpected mp3 header with rate %u, version %u, layer %u",
rate, version, layer);
goto invalid_header;
}
index 5ea9f17f739d4a4dba0f1cee7de7755277988498..c8cd3e6cacbe1e414c2a819d511e28c31e043e7f 100644 (file)
--- a/ext/lame/gstlamemp3enc.c
+++ b/ext/lame/gstlamemp3enc.c
if (G_UNLIKELY (layer != 3 || rate != lame->out_samplerate)) {
GST_DEBUG_OBJECT (lame,
- "unexpected mp3 header with (rate, layer): (%u, %u)",
+ "unexpected mp3 header with rate %u, version %u, layer %u",
rate, version, layer);
goto invalid_header;
}