diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-vmnc.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-vmnc.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml new file mode 100644 index 00000000..4650d4a8 --- /dev/null +++ b/docs/plugins/inspect/plugin-vmnc.xml @@ -0,0 +1,34 @@ +<plugin> + <name>vmnc</name> + <description>VMnc video plugin library</description> + <filename>../../gst/vmnc/.libs/libgstvmnc.so</filename> + <basename>libgstvmnc.so</basename> + <version>0.10.5.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>vmncdec</name> + <longname>VMnc video decoder</longname> + <class>Codec/Decoder/Video</class> + <description>Decode VMnc to raw (RGB) video</description> + <author>Michael Smith <msmith@xiph.org></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw-rgb</details> + </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |