summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-invtelecine.xml
blob: 602c19d563270bc9a994e77edcc78e09913f5c2d (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>invtelecine</name>
  <description>Inverse Telecine</description>
  <filename>../../gst/invtelecine/.libs/libgstinvtelecine.so</filename>
  <basename>libgstinvtelecine.so</basename>
  <version>0.10.19.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>invtelecine</name>
      <longname>Inverse Telecine filter</longname>
      <class>Filter/Video</class>
      <description>Detects and reconstructs progressive content from telecine video</description>
      <author>Entropy Wave &lt;ds@entropywave.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>video/x-raw-yuv, format=(fourcc){ YUY2, UYVY, I420, YV12 }, 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-yuv, format=(fourcc){ YUY2, UYVY, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>