mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
1f40aa1676
Original commit message from CVS: first stab at outputting xml descriptions of elements and plugins for doc build
26 lines
No EOL
876 B
XML
26 lines
No EOL
876 B
XML
<plugin>
|
|
<name>alsa</name>
|
|
<description>ALSA plugin library</description>
|
|
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
|
<basename>libgstalsa.so</basename>
|
|
<version>0.9.1.1</version>
|
|
<license>LGPL</license>
|
|
<package>GStreamer CVS/prerelease</package>
|
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
|
<elements>
|
|
<element>
|
|
<name>alsasink</name>
|
|
<longname>Audio Sink (ALSA)</longname>
|
|
<class>Sink/Audio</class>
|
|
<description>Output to a sound card via ALSA</description>
|
|
<author>Wim Taymans <wim@fluendo.com></author>
|
|
</element>
|
|
<element>
|
|
<name>alsasrc</name>
|
|
<longname>Audio Src (ALSA)</longname>
|
|
<class>Src/Audio</class>
|
|
<description>Output to a sound card via ALSA</description>
|
|
<author>Wim Taymans <wim@fluendo.com></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |