diff options
author | Benjamin Otte <otte@gnome.org> | 2005-02-13 17:39:22 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-02-13 17:39:22 +0000 |
commit | 27520b1e5367455c80ee795854dadf7105dda4e4 (patch) | |
tree | 7c93b5c072eed0d97439e8a3b904e6bb9d0a1f34 | |
parent | 2c2205e5187053643bccdb2ee8f35a129455927e (diff) |
gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when linking
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
(gst_audio_convert_channels):
create channel conversion matrix when linking
* gst/audioconvert/.cvsignore:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/channelmixtest.c: (main):
add (ugly) test that ensures stereo <=> mono conversion works
correctly
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2005-02-13 Benjamin Otte <otte@gnome.org> + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link), + (gst_audio_convert_channels): + create channel conversion matrix when linking + * gst/audioconvert/.cvsignore: + * gst/audioconvert/Makefile.am: + * gst/audioconvert/channelmixtest.c: (main): + add (ugly) test that ensures stereo <=> mono conversion works + correctly + +2005-02-13 Benjamin Otte <otte@gnome.org> + * gst/audioconvert/gstchannelmix.h: include missing header file * gst/audioconvert/gstchannelmix.c: |