gst/speexresample/gstspeexresample.c: Update the debug category from speex_resample...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 28 Nov 2008 08:37:50 +0000 (08:37 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 28 Nov 2008 08:37:50 +0000 (08:37 +0000)
Original commit message from CVS:
* gst/speexresample/gstspeexresample.c: (plugin_init):
Update the debug category from speex_resample to audioresample.

ChangeLog
gst/speexresample/gstspeexresample.c

index e65b989..cc8f2dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * gst/speexresample/gstspeexresample.c: (plugin_init):
+       Update the debug category from speex_resample to audioresample.
+
 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
 
        * gst/audioresample/Makefile.am:
index 3983f34..2beb1e4 100644 (file)
@@ -1381,7 +1381,7 @@ error:
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  GST_DEBUG_CATEGORY_INIT (speex_resample_debug, "speex_resample", 0,
+  GST_DEBUG_CATEGORY_INIT (speex_resample_debug, "audioresample", 0,
       "audio resampling element");
 
   oil_init ();