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
This commit is contained in:
Thomas Vander Stichele 2002-02-21 17:20:35 +00:00
parent cd4b7c2103
commit c03d32e142

View file

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