gst/speexresample/gstspeexresample.c: Update the debug category from speex_resample to audioresample.

Original commit message from CVS:
* gst/speexresample/gstspeexresample.c: (plugin_init):
Update the debug category from speex_resample to audioresample.
This commit is contained in:
Sebastian Dröge 2008-11-28 08:37:50 +00:00
parent 7afac6e23a
commit 86144acc9a
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View 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 ();