mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue