gstreamer/gst/audioconvert
Tim-Philipp Müller 6c6619a669 audioconvert: never do mixing for 1->1 channel conversions
MONO and NONE position are the same, for example, but in
general there isn't much to do here for such a conversion.

Fixes problem in audioconvert, which would end up using
a mixmatrix when converting between different mono format
because it thinks MONO positioning is different from
unpositioned channels, which is not the case in this
special case. The mixmatrix would end up being 0.0 so
audioconvert would convert to silence samples.

https://bugzilla.gnome.org/show_bug.cgi?id=724509
2014-02-18 10:48:07 +00:00
..
.gitignore gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when linking 2005-02-13 17:39:22 +00:00
audioconvert.c Fix FSF address 2012-11-03 23:05:09 +00:00
audioconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
audioconvert.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioconvert.c audioconvert: Map buffer as READWRITE if the buffer and memory is writable 2013-10-04 14:02:06 +02:00
gstaudioconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstaudioconvertorc-dist.c Release 1.1.1 2013-06-05 18:31:27 +02:00
gstaudioconvertorc-dist.h Update disted orc backup files 2013-04-22 13:58:33 +01:00
gstaudioconvertorc.orc audioconvert: prefix orc functions with audio_convert_orc_ 2012-07-23 17:24:13 +02:00
gstaudioquantize.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstaudioquantize.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstchannelmix.c audioconvert: never do mixing for 1->1 channel conversions 2014-02-18 10:48:07 +00:00
gstchannelmix.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstfastrandom.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
plugin.c Fix FSF address 2012-11-03 23:05:09 +00:00
plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00