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 | 3d40ce29002cdd03687198d819a23becdd2e0e84 (patch) | |
tree | 019ca8b7abbff0e4483e5f540db26237a56d86a6 /ChangeLog | |
parent | 9ec22a66345a48f8530dd86d72aad0778d1ff72b (diff) | |
download | gst-plugins-bad-3d40ce29002cdd03687198d819a23becdd2e0e84.tar.gz gst-plugins-bad-3d40ce29002cdd03687198d819a23becdd2e0e84.tar.bz2 gst-plugins-bad-3d40ce29002cdd03687198d819a23becdd2e0e84.zip |
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
Diffstat (limited to 'ChangeLog')
-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: |