diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 05:42:16 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 05:42:16 +0000 |
commit | f65e0654850f6f6d1b0f9488ec9196845ca09984 (patch) | |
tree | b7539fa924401df82cd763c30e2b137ec771447e | |
parent | 266e4741cd2c5ddde52fc9d4a7062abd87263da9 (diff) | |
download | gstreamer-plugins-bad-f65e0654850f6f6d1b0f9488ec9196845ca09984.tar.gz |
tests/check/Makefile.am: Ignore some more elements for the states unit test, like dfbvideosink which produces a segfa...
Original commit message from CVS:
* tests/check/Makefile.am:
Ignore some more elements for the states unit test, like
dfbvideosink which produces a segfault. Fixes bug #517854.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/Makefile.am: + Ignore some more elements for the states unit test, like + dfbvideosink which produces a segfault. Fixes bug #517854. + +2008-02-22 Sebastian Dröge <slomo@circular-chaos.org> + Patch by: Jens Granseuer <jensgr at gmx dot net> * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version): diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 2ea334bba..d1ea55ed1 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -13,7 +13,7 @@ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ - STATE_IGNORE_ELEMENTS="cdaudio vcdsrc nassink glimagesink dvbsrc dvbbasebin" + STATE_IGNORE_ELEMENTS="cdaudio festival vcdsrc nassink glimagesink dvbsrc dvbbasebin sdlaudiosink sdlvideosink alsaspdifsink dfbvideosink" EXTRA_DIST = test-cert.pem test-key.pem |