From e5dd78e0ca12e527c33fa35479422785a8073cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Stadler?= Date: Sun, 1 Nov 2009 20:42:44 +0200 Subject: [PATCH] aiff: fix aiffparse debug category variable name Fixes missing symbol when compiling with debugging, since this is now in sync with the plugin_init in aiff.c. --- gst/aiff/aiffparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/aiff/aiffparse.c b/gst/aiff/aiffparse.c index 38f3da1f10..7f0a75092e 100644 --- a/gst/aiff/aiffparse.c +++ b/gst/aiff/aiffparse.c @@ -59,8 +59,8 @@ #include #include -GST_DEBUG_CATEGORY (aiff_parse_debug); -#define GST_CAT_DEFAULT (aiff_parse_debug) +GST_DEBUG_CATEGORY (aiffparse_debug); +#define GST_CAT_DEFAULT (aiffparse_debug) static void gst_aiff_parse_dispose (GObject * object);