From 6450d87c63daae107f2f3c7a1d954b6616f17a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 2 Dec 2013 17:03:46 +0100 Subject: [PATCH] openni2src: Classification of the element should be Source/Video --- ext/openni2/gstopenni2src.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openni2/gstopenni2src.cpp b/ext/openni2/gstopenni2src.cpp index 6bfbead25b..59e2648f44 100644 --- a/ext/openni2/gstopenni2src.cpp +++ b/ext/openni2/gstopenni2src.cpp @@ -150,7 +150,7 @@ G_DEFINE_TYPE (GstOpenni2Src, gst_openni2_src, GST_TYPE_PUSH_SRC) gst_static_pad_template_get (&srctemplate)); gst_element_class_set_static_metadata (element_class, "Openni2 client source", - "Source/Device", + "Source/Video", "Extract readings from an OpenNI supported device (Kinect etc). ", "Miguel Casas-Sanchez ");