summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-01-31 08:32:59 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-01-31 08:32:59 +0000
commit2397f01e979a4dd8cafe51dcfa4c4f7d99b97a8c (patch)
tree8e7ff5b9cd0584e4c10367f1e38b1b26f12cbee0 /ChangeLog
parent75337844d926e80038f6d6d4f283c22a94ca5dd5 (diff)
downloadgst-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf97694a..8365d9e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: