15cf98138bad2c1eff30e859bffa985576273c1d
[platform/upstream/gstreamer.git] / docs / plugins / inspect / plugin-volume.xml
1 <plugin>
2   <name>volume</name>
3   <description>plugin for controlling audio volume</description>
4   <filename>../../gst/volume/.libs/libgstvolume.so</filename>
5   <basename>libgstvolume.so</basename>
6   <version>1.5.1</version>
7   <license>LGPL</license>
8   <source>gst-plugins-base</source>
9   <package>GStreamer Base Plug-ins source release</package>
10   <origin>Unknown package origin</origin>
11   <elements>
12     <element>
13       <name>volume</name>
14       <longname>Volume</longname>
15       <class>Filter/Effect/Audio</class>
16       <description>Set volume on audio/raw streams</description>
17       <author>Andy Wingo &lt;wingo@pobox.com&gt;</author>
18       <pads>
19         <caps>
20           <name>sink</name>
21           <direction>sink</direction>
22           <presence>always</presence>
23           <details>audio/x-raw, format=(string){ F32LE, F64LE, S8, S16LE, S24LE, S32LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved</details>
24         </caps>
25         <caps>
26           <name>src</name>
27           <direction>source</direction>
28           <presence>always</presence>
29           <details>audio/x-raw, format=(string){ F32LE, F64LE, S8, S16LE, S24LE, S32LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved</details>
30         </caps>
31       </pads>
32     </element>
33   </elements>
34 </plugin>