[gst-cvs] gst-plugins-good: makefile: idea about makeing more sources/ sinks testable again
Stefan Kost
ensonic at kemper.freedesktop.org
Tue May 26 06:31:36 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: 501f4fe13e8929bb2dfc9663f8d5f787d4b61f9e
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=501f4fe13e8929bb2dfc9663f8d5f787d4b61f9e
Author: Stefan Kost <ensonic at users.sf.net>
Date: Wed May 6 12:43:35 2009 +0300
makefile: idea about makeing more sources/sinks testable again
---
tests/check/Makefile.am | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index b82b2d5..4ffe677 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -12,7 +12,20 @@ TESTS_ENVIRONMENT = \
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"
-# ths core dumps of some machines have PIDs appended
+# fake device drivers: we could run hardware element tests against dummy drivers
+# v4l2: vivo (part of normal kernel)
+# modprobe vivo;
+# gst-launch v4l2src device="/dev/video1" ! xvimagesink;
+# rmmod vivo
+#
+# alsa: snd-dummy (part of normal alsa, not removable)
+# modprobe snd-dummy;
+# gst-launch alsasrc device="hw:2" ! fakesink
+# gst-launch fakesrc ! alsasink device="hw:2"
+#
+# need a way to figure out value for the device property
+
+# the core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.*
clean-local: clean-local-check
More information about the Gstreamer-commits
mailing list