summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-volume.xml
blob: 211f2d5f35abfb1b3577ed123d190e3e03d28a70 (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>volume</name>
  <description>plugin for controlling audio volume</description>
  <filename>../../gst/volume/.libs/libgstvolume.so</filename>
  <basename>libgstvolume.so</basename>
  <version>1.8.0</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>volume</name>
      <longname>Volume</longname>
      <class>Filter/Effect/Audio</class>
      <description>Set volume on audio/raw streams</description>
      <author>Andy Wingo &lt;wingo@pobox.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string){ F32LE, F64LE, S8, S16LE, S24LE, S32LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved</details>
        </caps>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string){ F32LE, F64LE, S8, S16LE, S24LE, S32LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>