diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-16 10:50:40 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-16 10:50:40 +0000 |
commit | 2bdd84b48d1ee8a64130efca7a953711614431b4 (patch) | |
tree | 7bbfd0bcef9da1b64d1bf3b17474927fe3ffbaad /tests | |
parent | 220fff83442d21e5b61565a4bfc44e745edc45c0 (diff) | |
download | gst-plugins-bad-2bdd84b48d1ee8a64130efca7a953711614431b4.tar.gz gst-plugins-bad-2bdd84b48d1ee8a64130efca7a953711614431b4.tar.bz2 gst-plugins-bad-2bdd84b48d1ee8a64130efca7a953711614431b4.zip |
tests/check/Makefile.am: Blacklist rfbsrc from the state change test.
Original commit message from CVS:
* tests/check/Makefile.am:
Blacklist rfbsrc from the state change test.
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 320b4fde..818221e2 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="alsaspdifsink apexsink cdaudio dc1394src dvbsrc dvbbasebin dfbvideosink festival nassink sdlaudiosink sdlvideosink vcdsrc" + STATE_IGNORE_ELEMENTS="alsaspdifsink apexsink cdaudio dc1394src dvbsrc dvbbasebin dfbvideosink festival nassink sdlaudiosink sdlvideosink vcdsrc rfbsrc" plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ |