mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
makefile: idea about makeing more sources/sinks testable again
This commit is contained in:
parent
32491d5a51
commit
501f4fe13e
1 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue