diff options
author | Vivia Nikolaidou <vivia@toolsonair.com> | 2017-01-16 19:36:07 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-23 21:02:44 +0200 |
commit | fa47edf84698ffd8a62e5c72ff2ef918f3fe30f0 (patch) | |
tree | 09b6d343c703cee57dc03d4c533f133bb6302d50 /configure.ac | |
parent | fc2ca69c2563a85c05fa4d04faf932d4df77645a (diff) | |
download | gstreamer-plugins-bad-fa47edf84698ffd8a62e5c72ff2ef918f3fe30f0.tar.gz |
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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 10b850d22..648ea87db 100644 --- a/configure.ac +++ b/configure.ac @@ -470,6 +470,7 @@ AG_GST_CHECK_PLUGIN(asfmux) AG_GST_CHECK_PLUGIN(audiobuffersplit) AG_GST_CHECK_PLUGIN(audiofxbad) AG_GST_CHECK_PLUGIN(audiomixer) +AG_GST_CHECK_PLUGIN(audiomixmatrix) AG_GST_CHECK_PLUGIN(compositor) AG_GST_CHECK_PLUGIN(audiovisualizers) AG_GST_CHECK_PLUGIN(autoconvert) @@ -3455,6 +3456,7 @@ gst/asfmux/Makefile gst/audiobuffersplit/Makefile gst/audiofxbad/Makefile gst/audiomixer/Makefile +gst/audiomixmatrix/Makefile gst/audiovisualizers/Makefile gst/autoconvert/Makefile gst/bayer/Makefile @@ -3565,6 +3567,7 @@ tests/examples/avsamplesink/Makefile tests/examples/camerabin2/Makefile tests/examples/codecparsers/Makefile tests/examples/directfb/Makefile +tests/examples/audiomixmatrix/Makefile tests/examples/gl/Makefile tests/examples/gl/cocoa/Makefile tests/examples/gl/clutter/Makefile |