mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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
This commit is contained in:
parent
9ec22a6634
commit
3d40ce2900
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue