mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
siddec: init debug category
This commit is contained in:
parent
2b814e4191
commit
248b96d25e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue