summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-04-12 18:22:39 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-04-12 18:22:39 +0200
commit62bd0cd0fafd51736a6fda1f39ab92890dec37e5 (patch)
tree912117975c7a94c04d5147de628547efc1c5a2f7
parent552f790e843c3cc9838efbbc3ec232d5fb1d66e2 (diff)
check: Ignore osx audio/video src/sinks in state change tests
And make the line readable for those mere mortals that don't own a 30" screen
-rw-r--r--tests/check/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index c3e259eaf..5302140ba 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -10,7 +10,10 @@ TESTS_ENVIRONMENT = \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH= \
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
- STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink halaudiosrc halaudiosink v4l2src osssrc osssink pulsesink pulsesrc pulsemixer"
+ STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink \
+ cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink \
+ halaudiosrc halaudiosink v4l2src osssrc osssink pulsesink pulsesrc pulsemixer \
+ osxaudiosink osxaudiosrc osxvideosrc osxvideosink"
# fake device drivers: we could run hardware element tests against dummy drivers
# v4l2: vivo (part of normal kernel)