mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
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
This commit is contained in:
parent
242136f682
commit
737b26436d
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue