summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-01-25 23:27:59 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-01-25 23:27:59 +0000
commit0f644988435a98b7f691616cb7f542c76a90c9fc (patch)
treebb533df41a1f3df8663ccfbd1c8b9929cb201bcd /ChangeLog
parent713a4c725cb76ddf34b6bf764e18ba1b8a66c2a9 (diff)
downloadgst-plugins-bad-0f644988435a98b7f691616cb7f542c76a90c9fc.tar.gz
gst-plugins-bad-0f644988435a98b7f691616cb7f542c76a90c9fc.tar.bz2
gst-plugins-bad-0f644988435a98b7f691616cb7f542c76a90c9fc.zip
ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are in pull mode, not the other way around. A...
Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query): Fix the SEEKING query. We can seek if we are in pull mode, not the other way around. Also set the correct format in the seeking query and handle the case where the headers are not read yet and we can't say anything about our seeking capabilities.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0752f133..15e08d6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-01-25 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
+ Fix the SEEKING query. We can seek if we are in pull mode, not the
+ other way around. Also set the correct format in the seeking query and
+ handle the case where the headers are not read yet and we can't say
+ anything about our seeking capabilities.
+
+2007-01-25 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
Fix spelling in 2 places: It's called Wavpack, not WavePack.