~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to docs/plugins/inspect/plugin-deinterlace2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-02-23 02:23:58 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223022358-9yhx5izc7dz60yc8
Tags: 0.10.10-0ubuntu1
* New upstream release.
* debian/rules
  - Disable some plugins which get built by default but we do not ship in 
    multiverse package.
  - Do not build docs as there is no multiverse-doc package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<plugin>
 
2
  <name>deinterlace2</name>
 
3
  <description>Deinterlacer</description>
 
4
  <filename>../../gst/deinterlace2/.libs/libgstdeinterlace2.so</filename>
 
5
  <basename>libgstdeinterlace2.so</basename>
 
6
  <version>0.10.10</version>
 
7
  <license>LGPL</license>
 
8
  <source>gst-plugins-bad</source>
 
9
  <package>GStreamer Bad Plug-ins source release</package>
 
10
  <origin>Unknown package origin</origin>
 
11
  <elements>
 
12
    <element>
 
13
      <name>deinterlace2</name>
 
14
      <longname>Deinterlacer</longname>
 
15
      <class>Filter/Video</class>
 
16
      <description>Deinterlace Methods ported from DScaler/TvTime</description>
 
17
      <author>Martin Eikermann &lt;meiker@upb.de&gt;, Sebastian Dröge &lt;slomo@circular-chaos.org&gt;</author>
 
18
      <pads>
 
19
        <caps>
 
20
          <name>sink</name>
 
21
          <direction>sink</direction>
 
22
          <presence>always</presence>
 
23
          <details>video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
 
24
        </caps>
 
25
        <caps>
 
26
          <name>src</name>
 
27
          <direction>source</direction>
 
28
          <presence>always</presence>
 
29
          <details>video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
 
30
        </caps>
 
31
      </pads>
 
32
    </element>
 
33
  </elements>
 
34
</plugin>
 
 
b'\\ No newline at end of file'