gstreamer/docs/plugins/inspect/plugin-alaw.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
998 B
XML

<plugin>
<name>alaw</name>
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.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>alawdec</name>
<longname>A Law to PCM conversion</longname>
<class>Codec/Decoder/Audio</class>
<description>Convert 8bit A law to 16bit PCM</description>
<author>Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
</element>
<element>
<name>alawenc</name>
<longname>PCM to A Law conversion</longname>
<class>Codec/Encoder/Audio</class>
<description>Convert 16bit PCM to 8bit A law</description>
<author>Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
</element>
</elements>
</plugin>