lame: fix format string in debug statement
authorAlessandro Decina <alessandro.d@gmail.com>
Wed, 6 May 2009 19:47:17 +0000 (21:47 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Wed, 6 May 2009 19:47:17 +0000 (21:47 +0200)
ext/lame/gstlamemp3enc.c

index f898539..5ce7b6c 100644 (file)
@@ -799,7 +799,7 @@ gst_lamemp3enc_setup (GstLameMP3Enc * lame)
   if ((retval = lame_init_params (lame->lgf)) >= 0) {
     lame->setup = TRUE;
     /* FIXME: it would be nice to print out the mode here */
-    GST_INFO ("lame encoder setup (%d Hz, %d channels)",
+    GST_INFO ("lame encoder setup (bitrate %d, %d Hz, %d channels)",
         lame->bitrate, lame->samplerate, lame->num_channels);
   } else {
     GST_ERROR_OBJECT (lame, "lame_init_params returned %d", retval);