summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-pnm.xml
blob: 004b1cb23d993d954a1478ab184dd798cd43499b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<plugin>
  <name>pnm</name>
  <description>PNM plugin</description>
  <filename>../../gst/pnm/.libs/libgstpnm.so</filename>
  <basename>libgstpnm.so</basename>
  <version>1.15.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>pnmdec</name>
      <longname>PNM image decoder</longname>
      <class>Codec/Decoder/Image</class>
      <description>Decodes images in portable pixmap/graymap/bitmap/anymamp (PNM) format</description>
      <author>Lutz Mueller &lt;lutz@users.sourceforge.net&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-portable-anymap</details>
        </caps>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>video/x-raw, format=(string){ RGB, GRAY8, GRAY16_BE, GRAY16_LE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>pnmenc</name>
      <longname>PNM image encoder</longname>
      <class>Codec/Encoder/Image</class>
      <description>Encodes images into portable pixmap or graymap (PNM) format</description>
      <author>Lutz Mueller &lt;lutz@users.sourceforge.net&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>video/x-raw, format=(string){ RGB, GRAY8, GRAY16_BE, GRAY16_LE }, 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>image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-portable-anymap</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>