summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2007-07-18 20:56:22 +0000
committerMichael Smith <msmith@xiph.org>2007-07-18 20:56:22 +0000
commita6058388c17adeace60b9e8b1daa2087f788e717 (patch)
treeac804948887a5ef5fc40c0c5ac84632603117ed6 /ChangeLog
parent9e023ea15614449f3795ff5c63b40bf0468cf01b (diff)
downloadgst-plugins-bad-a6058388c17adeace60b9e8b1daa2087f788e717.tar.gz
gst-plugins-bad-a6058388c17adeace60b9e8b1daa2087f788e717.tar.bz2
gst-plugins-bad-a6058388c17adeace60b9e8b1daa2087f788e717.zip
ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to push buffers out in response (without fir...
Original commit message from CVS: * ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to push buffers out in response (without first sending it on!). Instead, flush internal buffers on receiving flush events. Fixes playback after seeking.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e084d7..c94c4d73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-18 Michael Smith <msmith@fluendo.com>
+
+ * ext/soundtouch/gstpitch.cc:
+ If we receive a new segment event, don't try to push buffers out
+ in response (without first sending it on!).
+ Instead, flush internal buffers on receiving flush events.
+ Fixes playback after seeking.
+
2007-07-18 Stefan Kost <ensonic@users.sf.net>
* gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),