summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-05-02 16:45:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-05-02 16:45:43 +0000
commiteee3562f09892f0451f5bc791f3a74dee0fbca2e (patch)
tree2c8ecdce710cc8f763df55ca7fb44a9e62621818 /ChangeLog
parent3d4f86374536fa65311390779ebffbeb7dd158ba (diff)
downloadgst-plugins-bad-eee3562f09892f0451f5bc791f3a74dee0fbca2e.tar.gz
gst-plugins-bad-eee3562f09892f0451f5bc791f3a74dee0fbca2e.tar.bz2
gst-plugins-bad-eee3562f09892f0451f5bc791f3a74dee0fbca2e.zip
ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler, correctly work with stop position == -...
Original commit message from CVS: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event): Handle segment seeks in the seek event handler, correctly work with stop position == -1 and instead of stopping the task on seek just pause it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 360c450d..477465af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/wavpack/gstwavpackparse.c:
+ (gst_wavpack_parse_handle_seek_event):
+ Handle segment seeks in the seek event handler, correctly work with
+ stop position == -1 and instead of stopping the task on seek just
+ pause it.
+
+2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
Add handling for segment seeks.