mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
ceaccoverlay: Initialize debug category
This commit is contained in:
parent
fa03f81c64
commit
f028f817e3
1 changed files with 3 additions and 0 deletions
|
@ -224,6 +224,9 @@ gst_base_cea_cc_overlay_class_init (GstCeaCcOverlayClass * klass)
|
|||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_cea_cc_overlay_debug, "cc708overlay", 0,
|
||||
"cc708overlay");
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
||||
gobject_class->finalize = gst_cea_cc_overlay_finalize;
|
||||
|
|
Loading…
Reference in a new issue