diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-11-20 20:07:26 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-11-20 20:07:26 +0000 |
commit | 380b64d670d1a8a9a5075d3a235f57f10d0f41fa (patch) | |
tree | 350a2752ed5f08da9c0eace8717de3b511978709 /ChangeLog | |
parent | fe7d1d7ae0ffabbd19ace6900e1dd9b83e22e95c (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-11-20 Wim Taymans <wim.taymans@collabora.co.uk> + + * 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 <jan.schmidt@sun.com> * gst/matroska/matroska-mux.c: |