From 248b96d25eb9f66f5be9fd60fc36d1c024473778 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 1 Dec 2012 13:26:26 +0100 Subject: [PATCH] siddec: init debug category --- ext/sidplay/gstsiddec.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 24b38000a9..df738db6a7 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