summaryrefslogtreecommitdiffstats
path: root/tests/check
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-23 10:30:31 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-23 10:30:31 +0000
commit2d7cf5f38549d6e18f124e3171c8687640b3eb35 (patch)
tree34bf67fc7619d66ff653d6261c86e1942bc1f7ea /tests/check
parent4bd2320e4ca7d62fb7c47c09c33f0479d2e9e7f0 (diff)
downloadgst-plugins-bad-2d7cf5f38549d6e18f124e3171c8687640b3eb35.tar.gz
gst-plugins-bad-2d7cf5f38549d6e18f124e3171c8687640b3eb35.tar.bz2
gst-plugins-bad-2d7cf5f38549d6e18f124e3171c8687640b3eb35.zip
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.
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/Makefile.am5
-rw-r--r--tests/check/gst-plugins-bad.supp0
2 files changed, 2 insertions, 3 deletions
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)
diff --git a/tests/check/gst-plugins-bad.supp b/tests/check/gst-plugins-bad.supp
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/check/gst-plugins-bad.supp