diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-25 20:14:10 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-25 20:14:10 +0000 |
commit | 737b26436dedcc3d6e0dfe60cb0d8ceaa4df68f2 (patch) | |
tree | 612748d5c268dd7db742377b4faf2e80d91c5af4 /ChangeLog | |
parent | 242136f682fded71257c95f68c9e7f5bb750fbaa (diff) | |
download | gst-plugins-bad-737b26436dedcc3d6e0dfe60cb0d8ceaa4df68f2.tar.gz gst-plugins-bad-737b26436dedcc3d6e0dfe60cb0d8ceaa4df68f2.tar.bz2 gst-plugins-bad-737b26436dedcc3d6e0dfe60cb0d8ceaa4df68f2.zip |
gst/audioconvert/gstaudioconvert.c: make sure we don't allow depth > width
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_parse_caps):
make sure we don't allow depth > width
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
fixate endianness to G_BYTE_ORDER as default
* gst/audioscale/gstaudioscale.c:
we don't handle another endianness as host-endianness
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/audioconvert/gstaudioconvert.c: + (gst_audio_convert_parse_caps): + make sure we don't allow depth > width + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate): + fixate endianness to G_BYTE_ORDER as default + * gst/audioscale/gstaudioscale.c: + we don't handle another endianness as host-endianness + 2004-05-25 David Schleef <ds@schleef.org> * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h |