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.
This commit is contained in:
René Stadler 2009-11-01 20:42:44 +02:00
parent a5f72046af
commit e5dd78e0ca

View file

@ -59,8 +59,8 @@
#include <gst/audio/audio.h>
#include <gst/gst-i18n-plugin.h>
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);