From 0465903a85e3865eb064a79d19d1984b4e5da23f Mon Sep 17 00:00:00 2001 From: Tommi Myöhänen Date: Tue, 21 Mar 2006 13:07:31 +0000 Subject: gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should be done before adding the byte offset w... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Tommi Myöhänen * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek): Fix block alignment calculation. Alignment should be done before adding the byte offset where the data starts (#335231). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0294cdd..43d2b7ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-21 Tim-Philipp Müller + + Patch by: Tommi Myöhänen + + * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek): + Fix block alignment calculation. Alignment should be done before + adding the byte offset where the data starts (#335231). + 2006-03-20 Jan Schmidt * gst/matroska/ebml-write.c: (gst_ebml_write_element_push): -- cgit