gst/audioconvert/audioconvert.c: Prevent overflows with big buffer when calculating...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 8 Oct 2008 11:50:50 +0000 (11:50 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 8 Oct 2008 11:50:50 +0000 (11:50 +0000)
commitc915582c17f420bd32b7d3538f95dfeb47ca51c2
tree0e0d96f027a53c5bf4134b690b330a0ba5f5614a
parent947ecd72c46a41a7e9776b6c5c1b65d53c10c751
gst/audioconvert/audioconvert.c: Prevent overflows with big buffer when calculating the size of the intermediate buff...

Original commit message from CVS:
* gst/audioconvert/audioconvert.c: (audio_convert_convert):
Prevent overflows with big buffer when calculating the size of
the intermediate buffer by using gst_util_uint64_scale() instead of
plain arithmetics. Fixes bug #552801.
ChangeLog
gst/audioconvert/audioconvert.c