mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
cd4b7c2103
commit
c03d32e142
1 changed files with 2 additions and 1 deletions
|
@ -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 ("");
|
||||
|
|
Loading…
Reference in a new issue