From: Benjamin Otte Date: Tue, 25 May 2004 20:14:10 +0000 (+0000) Subject: gst/audioconvert/gstaudioconvert.c: make sure we don't allow depth > width X-Git-Tag: 1.19.3~509^2~14730 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee4025af698a002cd1682d4f3f8bf4d7d21e4961;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/ChangeLog b/ChangeLog index 40e589f..6c77479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-05-25 Benjamin Otte + + * 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 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h