summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wavpack/gstwavpack.c')
-rw-r--r--ext/wavpack/gstwavpack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wavpack/gstwavpack.c b/ext/wavpack/gstwavpack.c
index 912b583a..ddd3f2a2 100644
--- a/ext/wavpack/gstwavpack.c
+++ b/ext/wavpack/gstwavpack.c
@@ -27,9 +27,13 @@
#include "gstwavpackdec.h"
#include "gstwavpackenc.h"
+/* debug category for common code */
+GST_DEBUG_CATEGORY (wavpack_debug);
+
static gboolean
plugin_init (GstPlugin * plugin)
{
+ GST_DEBUG_CATEGORY_INIT (wavpack_debug, "wavpack", 0, "Wavpack elements");
return (gst_wavpack_parse_plugin_init (plugin)
&& gst_wavpack_dec_plugin_init (plugin)
&& gst_wavpack_enc_plugin_init (plugin));