[gst-cvs] gst-plugins-good: check: Ignore osx audio/video src/ sinks in state change tests

Edward Hervey bilboed at kemper.freedesktop.org
Mon Apr 12 09:24:14 PDT 2010


Module: gst-plugins-good
Branch: master
Commit: 62bd0cd0fafd51736a6fda1f39ab92890dec37e5
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=62bd0cd0fafd51736a6fda1f39ab92890dec37e5

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Mon Apr 12 18:22:39 2010 +0200

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

---

 tests/check/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index c3e259e..5302140 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)





More information about the Gstreamer-commits mailing list