Original commit message from CVS:
* gst/speexresample/gstspeexresample.c: (plugin_init):
Update the debug category from speex_resample to audioresample.
+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:
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 ();