diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-08 20:47:33 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-08-08 20:47:33 +0000 |
commit | ede3039046ce875b17ac425f584d29981f2ddcac (patch) | |
tree | 572bfd50585cd9d7d4c4dd5cc6f594355070459f /ChangeLog | |
parent | 47b3e2452d6c4a6625bc32518579abbb279a74df (diff) | |
download | gst-plugins-bad-ede3039046ce875b17ac425f584d29981f2ddcac.tar.gz gst-plugins-bad-ede3039046ce875b17ac425f584d29981f2ddcac.tar.bz2 gst-plugins-bad-ede3039046ce875b17ac425f584d29981f2ddcac.zip |
gst/filter/: Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue.
Original commit message from CVS:
* gst/filter/Makefile.am:
* gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
(gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
(gst_bpwsinc_init), (bpwsinc_setup):
* gst/filter/gstbpwsinc.h:
* gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
(gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
(gst_lpwsinc_init), (lpwsinc_setup):
* gst/filter/gstlpwsinc.h:
Use GstAudioFilter as base class and don't leak the memory
of the filter kernel and residue.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-08-08 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/filter/Makefile.am: + * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose), + (gst_bpwsinc_base_init), (gst_bpwsinc_class_init), + (gst_bpwsinc_init), (bpwsinc_setup): + * gst/filter/gstbpwsinc.h: + * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose), + (gst_lpwsinc_base_init), (gst_lpwsinc_class_init), + (gst_lpwsinc_init), (lpwsinc_setup): + * gst/filter/gstlpwsinc.h: + Use GstAudioFilter as base class and don't leak the memory + of the filter kernel and residue. + 2007-08-08 Wim Taymans <wim.taymans@gmail.com> Patch by: Josep Torre Valles <josep@fluendo.com> |