summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/gstaudioresample.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-09-23 16:40:27 +0000
committerDavid Schleef <ds@schleef.org>2005-09-23 16:40:27 +0000
commit4de70b1520c851277c3b7daea7b717a8d531c1e7 (patch)
treef834558a1e36c4973d5db7fae155836ede85130f /gst/audioresample/gstaudioresample.c
parent33adbc8b2330036119ce96b59e719bb63f026869 (diff)
downloadgst-plugins-bad-4de70b1520c851277c3b7daea7b717a8d531c1e7.tar.gz
gst-plugins-bad-4de70b1520c851277c3b7daea7b717a8d531c1e7.tar.bz2
gst-plugins-bad-4de70b1520c851277c3b7daea7b717a8d531c1e7.zip
gst/audioresample/: Convert to using gst debugging
Original commit message from CVS: * gst/audioresample/Makefile.am: * gst/audioresample/debug.h: * gst/audioresample/gstaudioresample.c: * gst/audioresample/resample.c: Convert to using gst debugging
Diffstat (limited to 'gst/audioresample/gstaudioresample.c')
-rw-r--r--gst/audioresample/gstaudioresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index 1d11856e..62736e98 100644
--- a/gst/audioresample/gstaudioresample.c
+++ b/gst/audioresample/gstaudioresample.c
@@ -31,7 +31,7 @@
#include <gst/audio/audio.h>
#include <gst/base/gstbasetransform.h>
-GST_DEBUG_CATEGORY_STATIC (audioresample_debug);
+GST_DEBUG_CATEGORY (audioresample_debug);
#define GST_CAT_DEFAULT audioresample_debug
/* elementfactory information */