gstreamer/docs/plugins/inspect/plugin-mulaw.xml
Jan Schmidt 788ef04f72 Release 0.10.6
Original commit message from CVS:
Release 0.10.6
2007-06-19 10:24:55 +00:00

27 lines
No EOL
1,001 B
XML

<plugin>
<name>mulaw</name>
<description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename>
<version>0.10.6</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 audio decoder</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>Mu Law audio encoder</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>