diff options
author | Tommi Myöhänen <ext-tommi.myohanen@nokia.com> | 2006-03-21 13:07:31 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-21 13:07:31 +0000 |
commit | 0465903a85e3865eb064a79d19d1984b4e5da23f (patch) | |
tree | aa3ad93f9f0aa46ad4923e28d5a896a47f98e63f /ChangeLog | |
parent | d2d26594f9b39f142f8a706fe54be10cefb8255d (diff) |
gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should be done before adding the byte offset w...
Original commit message from CVS:
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
* 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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-03-21 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com> + + * 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 <thaytan@mad.scientist.com> * gst/matroska/ebml-write.c: (gst_ebml_write_element_push): |