summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-bayer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-bayer.xml')
-rw-r--r--docs/plugins/inspect/plugin-bayer.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml
new file mode 100644
index 00000000..75669c91
--- /dev/null
+++ b/docs/plugins/inspect/plugin-bayer.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>bayer</name>
+ <description>Elements to convert Bayer images</description>
+ <filename>../../gst/bayer/.libs/libgstbayer.so</filename>
+ <basename>libgstbayer.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>bayer2rgb</name>
+ <longname>RAW Camera sensor decoder</longname>
+ <class>Filter/Effect</class>
+ <description>FIXME example filter</description>
+ <author>FIXME &lt;fixme@fixme.com&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</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>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw-bayer, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file