~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

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

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<plugin>
 
2
  <name>adpcmenc</name>
 
3
  <description>ADPCM encoder</description>
 
4
  <filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
 
5
  <basename>libgstadpcmenc.so</basename>
 
6
  <version>0.10.17.1</version>
 
7
  <license>LGPL</license>
 
8
  <source>gst-plugins-bad</source>
 
9
  <package>GStreamer Bad Plug-ins git</package>
 
10
  <origin>Unknown package origin</origin>
 
11
  <elements>
 
12
    <element>
 
13
      <name>adpcmenc</name>
 
14
      <longname>ADPCM encoder</longname>
 
15
      <class>Codec/Encoder/Audio</class>
 
16
      <description>Encode ADPCM audio</description>
 
17
      <author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com</author>
 
18
      <pads>
 
19
        <caps>
 
20
          <name>src</name>
 
21
          <direction>source</direction>
 
22
          <presence>always</presence>
 
23
          <details>audio/x-adpcm, layout=(string){ dvi }, block_align=(int)[ 64, 8192 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
 
24
        </caps>
 
25
        <caps>
 
26
          <name>sink</name>
 
27
          <direction>sink</direction>
 
28
          <presence>always</presence>
 
29
          <details>audio/x-raw-int, depth=(int)16, width=(int)16, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details>
 
30
        </caps>
 
31
      </pads>
 
32
    </element>
 
33
  </elements>
 
34
</plugin>
 
 
b'\\ No newline at end of file'