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 /tests | |
parent | 266e4741cd2c5ddde52fc9d4a7062abd87263da9 (diff) | |
download | gst-plugins-bad-f65e0654850f6f6d1b0f9488ec9196845ca09984.tar.gz gst-plugins-bad-f65e0654850f6f6d1b0f9488ec9196845ca09984.tar.bz2 gst-plugins-bad-f65e0654850f6f6d1b0f9488ec9196845ca09984.zip |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 2ea334bb..d1ea55ed 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 |