diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-01-31 08:32:59 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-01-31 08:32:59 +0000 |
commit | 2397f01e979a4dd8cafe51dcfa4c4f7d99b97a8c (patch) | |
tree | 8e7ff5b9cd0584e4c10367f1e38b1b26f12cbee0 /ChangeLog | |
parent | 75337844d926e80038f6d6d4f283c22a94ca5dd5 (diff) | |
download | gst-plugins-bad-2397f01e979a4dd8cafe51dcfa4c4f7d99b97a8c.tar.gz gst-plugins-bad-2397f01e979a4dd8cafe51dcfa4c4f7d99b97a8c.tar.bz2 gst-plugins-bad-2397f01e979a4dd8cafe51dcfa4c4f7d99b97a8c.zip |
ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration reported as one sample less than it is
Original commit message from CVS:
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
(gst_wavpack_parse_handle_seek_event),
(gst_wavpack_parse_create_src_pad):
Fix a off by one that leads to the duration reported as one
sample less than it is
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-01-31 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query), + (gst_wavpack_parse_handle_seek_event), + (gst_wavpack_parse_create_src_pad): + Fix a off by one that leads to the duration reported as one + sample less than it is + 2007-01-31 Stefan Kost <ensonic@users.sf.net> * ext/alsaspdif/alsaspdifsink.c: |