From 380b64d670d1a8a9a5075d3a235f57f10d0f41fa Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 20 Nov 2008 20:07:26 +0000 Subject: gst/wavparse/gstwavparse.c: Fix the scaling code. Original commit message from CVS: * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int), (uint64_ceiling_scale), (gst_wavparse_calculate_duration), (gst_wavparse_stream_headers): Fix the scaling code. Fix parsing of the INFO chunks, we were reading the wrong number of bytes. Fixes #561580. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a894bd4..676b6e84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-11-20 Wim Taymans + + * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int), + (uint64_ceiling_scale), (gst_wavparse_calculate_duration), + (gst_wavparse_stream_headers): + Fix the scaling code. + Fix parsing of the INFO chunks, we were reading the wrong number of + bytes. Fixes #561580. + 2008-11-20 Jan Schmidt * gst/matroska/matroska-mux.c: -- cgit