From 26e4a48271461a75832b2ceca1859d871a85375c Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 24 Jul 2006 13:40:56 +0000 Subject: gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calculation of compressed samples. Calculate... Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_reset), (gst_wavparse_other), (gst_wavparse_perform_seek), (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad), (gst_wavparse_stream_data), (gst_wavparse_pad_query): * gst/wavparse/gstwavparse.h: Use information from 'fact' chunk for length calculation of compressed samples. Calculate bps if bogus value is found in wav header (embeded mp2/mp3). --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6c5ed54..1b70fcd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-07-24 Stefan Kost,,, + + * gst/wavparse/gstwavparse.c: (gst_wavparse_reset), + (gst_wavparse_other), (gst_wavparse_perform_seek), + (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers), + (gst_wavparse_add_src_pad), (gst_wavparse_stream_data), + (gst_wavparse_pad_query): + * gst/wavparse/gstwavparse.h: + Use information from 'fact' chunk for length calculation of compressed + samples. Calculate bps if bogus value is found in wav header (embeded + mp2/mp3). + + 2006-07-24 Tim-Philipp Müller Based on patch by: Joni Valtanen -- cgit