diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-30 18:19:00 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-30 18:27:16 +0100 |
commit | 90e31a0178fa279838c4db64ebaa80c897f6cbb9 (patch) | |
tree | 7ebc3f43a9b0e09ff6a552e65836ace38b319a96 /docs/plugins/inspect/plugin-bayer.xml | |
parent | d9bfa25728af0d1626a16ff26c64daff0c311d0e (diff) | |
download | gstreamer-plugins-bad-90e31a0178fa279838c4db64ebaa80c897f6cbb9.tar.gz |
docs: update inspect info, now sorted and escaped
Diffstat (limited to 'docs/plugins/inspect/plugin-bayer.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-bayer.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index 545da66c9..01a1cb7a3 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -30,5 +30,26 @@ </caps> </pads> </element> + <element> + <name>rgb2bayer</name> + <longname>RGB to Bayer converter</longname> + <class>Filter/Converter/Video</class> + <description>Converts video/x-raw-rgb to video/x-raw-bayer</description> + <author>David Schleef <ds@entropywave.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw-bayer, format=(string){ bggr, gbrg, grbg, rggb }, 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 |