summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-07-24 13:40:56 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-07-24 13:40:56 +0000
commit26e4a48271461a75832b2ceca1859d871a85375c (patch)
treea4199022e884a5569fbad5edfb1e5da6523ef040 /ChangeLog
parent162b374ae26554c0e59a1af91581a6ef58c210fa (diff)
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6c5ed54..1b70fcd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-07-24 Stefan Kost,,, <set EMAIL_ADDRESS environment variable>
+
+ * 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 <tim at centricular dot net>
Based on patch by: Joni Valtanen <joni dot valtanen at movial fi>