summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-12 12:46:20 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-12 12:46:20 +0000
commit0cbaaf092923aead941dadb6728d64cd554d1d2b (patch)
treefb4461b6b89e4ed4c22f70bca5d21471cb19cd1f /ChangeLog
parente76b5aa96b7e9a672ee493a2760ec9ad3b839014 (diff)
downloadgst-plugins-bad-0cbaaf092923aead941dadb6728d64cd554d1d2b.tar.gz
gst-plugins-bad-0cbaaf092923aead941dadb6728d64cd554d1d2b.tar.bz2
gst-plugins-bad-0cbaaf092923aead941dadb6728d64cd554d1d2b.zip
gst/filter/: Reset the residue in BaseTransform::start to get a clean residue on stream changes.
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init), (bpwsinc_start): * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init), (lpwsinc_start): Reset the residue in BaseTransform::start to get a clean residue on stream changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae15e439..b77f1057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-08-12 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
+ (bpwsinc_start):
+ * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
+ (lpwsinc_start):
+ Reset the residue in BaseTransform::start to get a clean residue
+ on stream changes.
+
2007-08-11 Sebastian Dröge <slomo@circular-chaos.org>
* gst/filter/gstbpwsinc.c: (process_32), (process_64):