From 2d7cf5f38549d6e18f124e3171c8687640b3eb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 23 Aug 2006 10:30:31 +0000 Subject: ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correction pad as well (#352476). Original commit message from CVS: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block): Fix mem leak, send newsegment event on correction pad as well (#352476). * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init): Restore original author (on Sebastian's request). * tests/check/Makefile.am: * tests/check/gst-plugins-bad.supp: Add (so far empty) suppression file for -bad. Remove wavpackenc test from VALGRIND_TO_FIX now that the leak is fixed. --- tests/check/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/check/Makefile.am') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 1c520254..e85d5c8b 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -22,7 +22,7 @@ install-pluginLTLIBRARIES: # the core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml -SUPPRESSIONS = $(top_srcdir)/common/gst.supp +SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-bad.supp clean-local: clean-local-check @@ -42,8 +42,7 @@ check_wavpack = endif VALGRIND_TO_FIX = \ - elements/mpeg2enc \ - elements/wavpackenc + elements/mpeg2enc # valgrind testing VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX) -- cgit v1.2.1