diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-12 12:46:20 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-12 12:46:20 +0000 |
commit | 0cbaaf092923aead941dadb6728d64cd554d1d2b (patch) | |
tree | fb4461b6b89e4ed4c22f70bca5d21471cb19cd1f /ChangeLog | |
parent | e76b5aa96b7e9a672ee493a2760ec9ad3b839014 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |