summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-05-14 14:19:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-05-14 14:19:47 +0000
commit426c88452b75ab75766b2d4f00014dc75a7cfcc8 (patch)
treedffa3c9d6cdb4ef12c0936df7815b353994aa90b /ChangeLog
parent8ed88a34d0b29d46629fce23d6b8e9d4a4522d40 (diff)
downloadgst-plugins-bad-426c88452b75ab75766b2d4f00014dc75a7cfcc8.tar.gz
gst-plugins-bad-426c88452b75ab75766b2d4f00014dc75a7cfcc8.tar.bz2
gst-plugins-bad-426c88452b75ab75766b2d4f00014dc75a7cfcc8.zip
tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since it causes weird invalid free errors in ...
Original commit message from CVS: * tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since it causes weird invalid free errors in valgrind/libc after _exit for some reason. * tests/check/elements/deinterleave.c: (pads_created), (set_channel_positions), (src_handoff_float32_8ch), (float_buffer_check_probe), (pad_added_setup_data_check_float32_8ch_cb), (make_fake_src_8chans_float32), (GST_START_TEST), (deinterleave_suite): Add some more deinterleave unit test bits I had locally.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 907e94e4..c4bd2491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * tests/check/Makefile.am:
+ Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
+ weird invalid free errors in valgrind/libc after _exit for some
+ reason.
+
+ * tests/check/elements/deinterleave.c: (pads_created),
+ (set_channel_positions), (src_handoff_float32_8ch),
+ (float_buffer_check_probe),
+ (pad_added_setup_data_check_float32_8ch_cb),
+ (make_fake_src_8chans_float32), (GST_START_TEST),
+ (deinterleave_suite):
+ Add some more deinterleave unit test bits I had locally.
+
2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
* gst/interleave/Makefile.am: