summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-smooth.xml
blob: 98882dde9a2948537bf5410504d88bece4734e0f (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
<plugin>
  <name>smooth</name>
  <description>Apply a smooth filter to an image</description>
  <filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
  <basename>libgstsmooth.so</basename>
  <version>1.8.0</version>
  <license>LGPL</license>
  <source>gst-plugins-bad</source>
  <package>GStreamer Bad Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>smooth</name>
      <longname>Smooth effect</longname>
      <class>Filter/Effect/Video</class>
      <description>Apply a smooth filter to an image</description>
      <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>video/x-raw, format=(string)I420, 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, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>