mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
openni2src: Classification of the element should be Source/Video
This commit is contained in:
parent
4b7bead2d4
commit
6450d87c63
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ G_DEFINE_TYPE (GstOpenni2Src, gst_openni2_src, GST_TYPE_PUSH_SRC)
|
||||||
gst_static_pad_template_get (&srctemplate));
|
gst_static_pad_template_get (&srctemplate));
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (element_class, "Openni2 client source",
|
gst_element_class_set_static_metadata (element_class, "Openni2 client source",
|
||||||
"Source/Device",
|
"Source/Video",
|
||||||
"Extract readings from an OpenNI supported device (Kinect etc). ",
|
"Extract readings from an OpenNI supported device (Kinect etc). ",
|
||||||
"Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>");
|
"Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue