From c03d32e142b26763b5d520500fc4f0703525ff6d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 21 Feb 2002 17:20:35 +0000 Subject: [PATCH] use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some more debug output for lame Original commit message from CVS: * use gst-debuginfo.m4 macro so plugins are actually compiled with debug info * some more debug output for lame --- ext/lame/gstlame.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 673cd6f..d07d4cf 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -804,7 +804,8 @@ gst_lame_setup (GstLame *lame) } else { lame->initialized = TRUE; - GST_INFO (GST_CAT_PLUGIN_INFO, "lame encoder initialized"); + /* FIXME: it would be nice to print out the mode here */ + GST_INFO (GST_CAT_PLUGIN_INFO, "lame encoder initialized (%d kbit/s, %d Hz, %d channels)", lame->bitrate, lame->samplerate, lame->num_channels); } GST_DEBUG_LEAVE (""); -- 2.7.4