summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@toolsonair.com>2017-01-16 19:36:07 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-23 21:02:44 +0200
commitfa47edf84698ffd8a62e5c72ff2ef918f3fe30f0 (patch)
tree09b6d343c703cee57dc03d4c533f133bb6302d50 /docs
parentfc2ca69c2563a85c05fa4d04faf932d4df77645a (diff)
audiomixmatrix: New element that mixes audio channels
This element transforms a given number of input channels into a given number of output channels according to a given transformation matrix. The matrix coefficients must be between -1 and 1. In the auto mode, input/output channels are automatically negotiated and the transformation matrix is a truncated or zero-padded identity matrix. https://bugzilla.gnome.org/show_bug.cgi?id=777376
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 8d420a32c..4912657aa 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -223,6 +223,22 @@ gst_audio_mixer_get_type
</SECTION>
<SECTION>
+<FILE>element-audiomixmatrix</FILE>
+<TITLE>audiomixmatrix</TITLE>
+GstAudioMixMatrix
+<SUBSECTION Standard>
+GstAudioMixMatrixClass
+GST_AUDIO_MIX_MATRIX
+GST_AUDIO_MIX_MATRIX_CAST
+GST_IS_AUDIO_MIX_MATRIX
+GST_AUDIO_MIX_MATRIX_CLASS
+GST_IS_AUDIO_MIX_MATRIX_CLASS
+GST_TYPE_AUDIO_MIX_MATRIX
+<SUBSECTION Private>
+gst_audio_mix_matrix_get_type
+</SECTION>
+
+<SECTION>
<FILE>element-audioparse</FILE>
<TITLE>audioparse</TITLE>
GstAudioParse