summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-alsa.xml
blob: 80226b19f7224b10196204c2c494b60ad6c7fed8 (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
28
29
30
31
32
33
34
<plugin>
  <name>alsa</name>
  <description>ALSA plugin library</description>
  <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
  <basename>libgstalsa.so</basename>
  <version>0.9.7</version>
  <license>LGPL</license>
  <source>gst-plugins-base</source>
  <package>GStreamer Base Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>alsamixer</name>
      <longname>Alsa Mixer</longname>
      <class>Generic/Audio</class>
      <description>Control sound input and output levels with ALSA</description>
      <author>Leif Johnson &lt;leif@ambient.2y.net&gt;</author>
    </element>
    <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 &lt;wim@fluendo.com&gt;</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 &lt;wim@fluendo.com&gt;</author>
    </element>
  </elements>
</plugin>