diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-18 07:03:23 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-18 07:03:23 +0000 |
commit | 463cd1466bcb040e245813d0c3a3122f67d7b02d (patch) | |
tree | ba128f6aa5f79e1746f62b6610a125558dadc660 /ChangeLog | |
parent | 82b7cfd66217f3070cefd369c5830ee1301d6637 (diff) | |
download | gst-plugins-bad-463cd1466bcb040e245813d0c3a3122f67d7b02d.tar.gz gst-plugins-bad-463cd1466bcb040e245813d0c3a3122f67d7b02d.tar.bz2 gst-plugins-bad-463cd1466bcb040e245813d0c3a3122f67d7b02d.zip |
gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when finalizing to stop leaking them.
Original commit message from CVS:
* gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
Unparent all bands from the equalizer when finalizing to stop
leaking them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-01-18 Sebastian Dröge <slomo@circular-chaos.org> + * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize): + Unparent all bands from the equalizer when finalizing to stop + leaking them. + +2008-01-18 Sebastian Dröge <slomo@circular-chaos.org> + * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols): Add support for WebDAV. |