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:
parent
a5f72046af
commit
e5dd78e0ca
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user