diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 06:42:28 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 06:42:28 +0000 |
commit | b4ec0f41568d28f58f41ee1abcb823432126cf5d (patch) | |
tree | b363f7050882ffb2647fd70618aa7048f4e00c47 /ChangeLog | |
parent | ebdf0b8bd0e14dfbdfba0edd73a285e3a93f0aa8 (diff) | |
download | gst-plugins-bad-b4ec0f41568d28f58f41ee1abcb823432126cf5d.tar.gz gst-plugins-bad-b4ec0f41568d28f58f41ee1abcb823432126cf5d.tar.bz2 gst-plugins-bad-b4ec0f41568d28f58f41ee1abcb823432126cf5d.zip |
tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ...
Original commit message from CVS:
* tests/check/gst-plugins-bad.supp:
Add suppressions for SoundTouch valgrind warnings and
a valgrind warning caused by the LADSPA sine plugin and
happening on every exit().
Remove GIO suppressions as it's now in -base.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/gst-plugins-bad.supp: + Add suppressions for SoundTouch valgrind warnings and + a valgrind warning caused by the LADSPA sine plugin and + happening on every exit(). + Remove GIO suppressions as it's now in -base. + +2008-02-22 Sebastian Dröge <slomo@circular-chaos.org> + * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create): Don't allocate and copy the data to a new place but instead put the data from gmyth (which we own) into the buffers that |