summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2682f7d7..81aa8a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
+ (gst_wavpack_parse_create_src_pad):
+ * ext/wavpack/gstwavpackparse.h:
+ Always report the duration if we know it in push mode and don't
+ return 0 just to make totem believe we can't seek in push mode.
+ Newer totem version use the SEEKING query which properly reports
+ if we can seek or not.
+
+2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+
Patch by: Jens Granseuer <jensgr at gmx dot net>
* tests/examples/equalizer/demo.c: (main):