diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-01-17 02:16:52 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-01-17 02:16:52 +0000 |
commit | 448c496836e320de66483a46f86b8edfd22e7fd4 (patch) | |
tree | b31959ce33ebc66b3408d696b832049bf27403b5 /docs/plugins/inspect/plugin-openni2.xml | |
parent | b15259dbfe1620ebc15ad386f7c2a833f23390d0 (diff) |
Update docs
Diffstat (limited to 'docs/plugins/inspect/plugin-openni2.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-openni2.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-openni2.xml b/docs/plugins/inspect/plugin-openni2.xml new file mode 100644 index 000000000..db6622678 --- /dev/null +++ b/docs/plugins/inspect/plugin-openni2.xml @@ -0,0 +1,28 @@ +<plugin> + <name>openni2</name> + <description>GStreamer Openni2 Plugins</description> + <filename>../../ext/openni2/.libs/libgstopenni2.so</filename> + <basename>libgstopenni2.so</basename> + <version>1.15.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>openni2src</name> + <longname>Openni2 client source</longname> + <class>Source/Video</class> + <description>Extract readings from an OpenNI supported device (Kinect etc). </description> + <author>Miguel Casas-Sanchez <miguelecasassanchez@gmail.com></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ RGBA, RGB, GRAY16_LE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |