summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-mulaw.xml
blob: 762bda623cc500641196f949630353c557075f11 (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
<plugin>
  <name>mulaw</name>
  <description>MuLaw audio conversion routines</description>
  <filename>../../gst/law/.libs/libgstmulaw.so</filename>
  <basename>libgstmulaw.so</basename>
  <version>0.9.7</version>
  <license>LGPL</license>
  <source>gst-plugins-good</source>
  <package>GStreamer Good Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>mulawdec</name>
      <longname>Mu Law to PCM conversion</longname>
      <class>Codec/Decoder/Audio</class>
      <description>Convert 8bit mu law to 16bit PCM</description>
      <author>Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
    </element>
    <element>
      <name>mulawenc</name>
      <longname>PCM to Mu Law conversion</longname>
      <class>Codec/Encoder/Audio</class>
      <description>Convert 16bit PCM to 8bit mu law</description>
      <author>Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
    </element>
  </elements>
</plugin>