mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
v4l2transform: Initilialize debug category
This commit is contained in:
parent
b2dab42ce8
commit
01feadc2e7
1 changed files with 3 additions and 0 deletions
|
@ -642,6 +642,9 @@ gst_v4l2_transform_class_init (GstV4l2TransformClass * klass)
|
||||||
gobject_class = (GObjectClass *) klass;
|
gobject_class = (GObjectClass *) klass;
|
||||||
base_transform_class = (GstBaseTransformClass *) klass;
|
base_transform_class = (GstBaseTransformClass *) klass;
|
||||||
|
|
||||||
|
GST_DEBUG_CATEGORY_INIT (gst_v4l2_transform_debug, "v4l2transform", 0,
|
||||||
|
"V4L2 Converter");
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (element_class,
|
gst_element_class_set_static_metadata (element_class,
|
||||||
"V4L2 Video Converter",
|
"V4L2 Video Converter",
|
||||||
"Filter/Converter/Video",
|
"Filter/Converter/Video",
|
||||||
|
|
Loading…
Reference in a new issue