mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: add audiomixer to docs
This commit is contained in:
parent
0161286fe5
commit
b7a3fdd84f
3 changed files with 50 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
<xi:include href="xml/element-aiffparse.xml" />
|
||||
<xi:include href="xml/element-aiffmux.xml" />
|
||||
<xi:include href="xml/element-assrender.xml" />
|
||||
<xi:include href="xml/element-audiomixer.xml" />
|
||||
<xi:include href="xml/element-autoconvert.xml" />
|
||||
<xi:include href="xml/element-bulge.xml" />
|
||||
<xi:include href="xml/element-burn.xml" />
|
||||
|
@ -101,6 +102,7 @@
|
|||
<chapter>
|
||||
<title>gst-plugins-bad Plugins</title>
|
||||
<xi:include href="xml/plugin-aiff.xml" />
|
||||
<xi:include href="xml/plugin-audiomixer.xml" />
|
||||
<xi:include href="xml/plugin-audiovisualizers.xml" />
|
||||
<xi:include href="xml/plugin-autoconvert.xml" />
|
||||
<xi:include href="xml/plugin-assrender.xml" />
|
||||
|
|
|
@ -55,6 +55,20 @@ GST_IS_ASS_RENDER_CLASS
|
|||
gst_ass_render_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-audiomixer</FILE>
|
||||
<TITLE>audiomixer</TITLE>
|
||||
GstAudioMixer
|
||||
<SUBSECTION Standard>
|
||||
GstAudioMixerClass
|
||||
GST_AUDIO_MIXER
|
||||
GST_AUDIO_MIXER_CLASS
|
||||
GST_IS_AUDIO_MIXER
|
||||
GST_IS_AUDIO_MIXER_CLASS
|
||||
GST_TYPE_AUDIO_MIXER
|
||||
gst_audio_mixer_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-audioparse</FILE>
|
||||
<TITLE>audioparse</TITLE>
|
||||
|
@ -69,7 +83,6 @@ GST_TYPE_AUDIO_PARSE
|
|||
gst_audio_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-autoconvert</FILE>
|
||||
<TITLE>autoconvert</TITLE>
|
||||
|
|
34
docs/plugins/inspect/plugin-audiomixer.xml
Normal file
34
docs/plugins/inspect/plugin-audiomixer.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<plugin>
|
||||
<name>audiomixer</name>
|
||||
<description>Mixes multiple audio streams</description>
|
||||
<filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
|
||||
<basename>libgstaudiomixer.so</basename>
|
||||
<version>1.5.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>audiomixer</name>
|
||||
<longname>AudioMixer</longname>
|
||||
<class>Generic/Audio</class>
|
||||
<description>Mixes multiple audio streams</description>
|
||||
<author>Sebastian Dröge <sebastian@centricular.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink_%u</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>audio/x-raw, format=(string){ S32LE, U32LE, S16LE, U16LE, S8, U8, F32LE, F64LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string){ interleaved, non-interleaved }</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string){ S32LE, U32LE, S16LE, U16LE, S8, U8, F32LE, F64LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string){ interleaved, non-interleaved }</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue