mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
34 lines
No EOL
1.3 KiB
XML
34 lines
No EOL
1.3 KiB
XML
<plugin>
|
|
<name>volume</name>
|
|
<description>plugin for controlling audio volume</description>
|
|
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
|
<basename>libgstvolume.so</basename>
|
|
<version>1.13.91</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 <wingo@pobox.com></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> |