mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
7afac6e23a
commit
86144acc9a
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue