diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2018-08-02 16:18:12 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2018-08-02 16:19:55 +0300 |
commit | f028f817e33a895ec64e089062abedc8e373f343 (patch) | |
tree | 9e2738cf40a7debbd86733522ad4838298f2112c /ext/closedcaption | |
parent | fa03f81c64814db574d6a0b8cba3ca809b240dd8 (diff) | |
download | gstreamer-plugins-bad-f028f817e33a895ec64e089062abedc8e373f343.tar.gz |
ceaccoverlay: Initialize debug category
Diffstat (limited to 'ext/closedcaption')
-rw-r--r-- | ext/closedcaption/gstceaccoverlay.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/closedcaption/gstceaccoverlay.c b/ext/closedcaption/gstceaccoverlay.c index 9f328980b..a9db12460 100644 --- a/ext/closedcaption/gstceaccoverlay.c +++ b/ext/closedcaption/gstceaccoverlay.c @@ -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; |