summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:06:06 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:06:06 +0000
commite5333665217d1e5e4675945f1d383ce1e8ae0785 (patch)
tree2aa9a60a6d6641420fb9ca7cd7375f673fdc8863 /ChangeLog
parent73a4369e0e3cf05a2ac57726bdd946fb271ded0d (diff)
ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in push mode and don't return 0 just to make ...
Original commit message from CVS: * 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.
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):