summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-pnm.xml
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-02 11:09:11 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-02 11:09:11 +0300
commit9c4fd17edd7eb7389162eb9d739a8fe9ad494c31 (patch)
tree8707480e30152b04c4a2307e20e8f5a400d8f624 /docs/plugins/inspect/plugin-pnm.xml
parentc22b45b4b29e0a9c1fa6a9f7b2b0537f0cfc79e0 (diff)
docs: add zbar plugin
Diffstat (limited to 'docs/plugins/inspect/plugin-pnm.xml')
-rw-r--r--docs/plugins/inspect/plugin-pnm.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-pnm.xml b/docs/plugins/inspect/plugin-pnm.xml
new file mode 100644
index 000000000..8200eeda0
--- /dev/null
+++ b/docs/plugins/inspect/plugin-pnm.xml
@@ -0,0 +1,55 @@
+<plugin>
+ <name>pnm</name>
+ <description>PNM plugin</description>
+ <filename>../../gst/pnm/.libs/libgstpnm.so</filename>
+ <basename>libgstpnm.so</basename>
+ <version>0.10.14.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org</origin>
+ <elements>
+ <element>
+ <name>pnmdec</name>
+ <longname>PNM converter</longname>
+ <class>Codec/Decoder/Image</class>
+ <description>Decodes PNM format</description>
+ <author>Lutz Mueller &lt;lutz@users.sourceforge.net&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], bpp=(int)8, depth=(int)8</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>image/x-image-bitmap; image/x-image-graymap; image/x-image-pixmap; image/x-image-anymap</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>pnmenc</name>
+ <longname>PNM converter</longname>
+ <class>Codec/Encoder/Image</class>
+ <description>Encodes in PNM format</description>
+ <author>Lutz Mueller &lt;lutz@users.sourceforge.net&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>image/x-image-bitmap; image/x-image-graymap; image/x-image-pixmap; image/x-image-anymap</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], bpp=(int)8, depth=(int)8</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file