1<plugin> 2 <name>bayer</name> 3 <description>Elements to convert Bayer images</description> 4 <filename>../../gst/bayer/.libs/libgstbayer.so</filename> 5 <basename>libgstbayer.so</basename> 6 <version>1.16.2</version> 7 <license>LGPL</license> 8 <source>gst-plugins-bad</source> 9 <package>GStreamer Bad Plug-ins source release</package> 10 <origin>Unknown package origin</origin> 11 <elements> 12 <element> 13 <name>bayer2rgb</name> 14 <longname>Bayer to RGB decoder for cameras</longname> 15 <class>Filter/Converter/Video</class> 16 <description>Converts video/x-bayer to video/x-raw</description> 17 <author>William Brack <wbrack@mmm.com.hk></author> 18 <pads> 19 <caps> 20 <name>sink</name> 21 <direction>sink</direction> 22 <presence>always</presence> 23 <details>video/x-bayer, format=(string){ bggr, grbg, gbrg, rggb }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> 24 </caps> 25 <caps> 26 <name>src</name> 27 <direction>source</direction> 28 <presence>always</presence> 29 <details>video/x-raw, format=(string){ RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> 30 </caps> 31 </pads> 32 </element> 33 <element> 34 <name>rgb2bayer</name> 35 <longname>RGB to Bayer converter</longname> 36 <class>Filter/Converter/Video</class> 37 <description>Converts video/x-raw to video/x-bayer</description> 38 <author>David Schleef <ds@entropywave.com></author> 39 <pads> 40 <caps> 41 <name>sink</name> 42 <direction>sink</direction> 43 <presence>always</presence> 44 <details>video/x-raw, format=(string)ARGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> 45 </caps> 46 <caps> 47 <name>src</name> 48 <direction>source</direction> 49 <presence>always</presence> 50 <details>video/x-bayer, format=(string){ bggr, gbrg, grbg, rggb }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> 51 </caps> 52 </pads> 53 </element> 54 </elements> 55</plugin>