From 4ee3275d76e12308c1d7d81d9c291c8cbbff6132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 11 Feb 2008 05:11:27 +0000 Subject: tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bug #515567. Original commit message from CVS: * tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bug #515567. --- ChangeLog | 5 +++++ tests/check/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 79b295e4..45dd2a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-11 Sebastian Dröge + + * tests/check/Makefile.am: + Disable the dvb plugin for the states test. Fixes bug #515567. + 2008-02-10 Edgard Lima,,,, * ext/metadata/TODO: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index a862b1e9..2ea334bb 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" + STATE_IGNORE_ELEMENTS="cdaudio vcdsrc nassink glimagesink dvbsrc dvbbasebin" EXTRA_DIST = test-cert.pem test-key.pem -- cgit v1.2.1