gstreamer/docs/plugins/inspect/plugin-mulaw.xml
Thomas Vander Stichele 90154bf8e2 releasing 0.9.6
Original commit message from CVS:
releasing 0.9.6
2005-11-23 19:56:31 +00:00

27 lines
No EOL
1,008 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.9.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 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>