diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-07-12 15:58:33 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-07-13 23:49:21 +0100 |
commit | e12b8717857e15d14f8d3bf625ba79df28f71711 (patch) | |
tree | 662bd3cad25b043fd50b501e2912ceb48cf80737 /docs/plugins/inspect/plugin-rfbsrc.xml | |
parent | 654744a03c807b6c1f7ece6d8316a899237fda11 (diff) | |
download | gstreamer-plugins-bad-e12b8717857e15d14f8d3bf625ba79df28f71711.tar.gz |
docs: add newly-ported elements to docs
Diffstat (limited to 'docs/plugins/inspect/plugin-rfbsrc.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-rfbsrc.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml new file mode 100644 index 000000000..8c6512624 --- /dev/null +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -0,0 +1,28 @@ +<plugin> + <name>rfbsrc</name> + <description>Connects to a VNC server and decodes RFB stream</description> + <filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename> + <basename>libgstrfbsrc.so</basename> + <version>1.1.2.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins git</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>rfbsrc</name> + <longname>Rfb source</longname> + <class>Source/Video</class> + <description>Creates a rfb video stream</description> + <author>David A. Schleef <ds@schleef.org>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>, Thijs Vermeir <thijsvermeir@gmail.com></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)BGR, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)RGBx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)BGRx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)xRGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)xBGR, 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 |