summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-12-01 13:26:26 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-12-01 13:26:26 +0100
commit248b96d25eb9f66f5be9fd60fc36d1c024473778 (patch)
tree02d9b6215264b782427dc44e79e8e6e1c9669431 /ext
parent2b814e4191b892defbfa1baa7209aaac6d4de3a4 (diff)
siddec: init debug category
Diffstat (limited to 'ext')
-rw-r--r--ext/sidplay/gstsiddec.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc
index 24b38000..df738db6 100644
--- a/ext/sidplay/gstsiddec.cc
+++ b/ext/sidplay/gstsiddec.cc
@@ -204,6 +204,8 @@ gst_siddec_class_init (GstSidDecClass * klass)
gst_static_pad_template_get (&src_templ));
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&sink_templ));
+
+ GST_DEBUG_CATEGORY_INIT (gst_siddec_debug, "siddec", 0, "C64 sid song player");
}
static void