mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tests/check/Makefile.am: Also ignore pulsemixer for the states unit test.
Original commit message from CVS: * tests/check/Makefile.am: Also ignore pulsemixer for the states unit test.
This commit is contained in:
parent
1691683883
commit
2a21dd6d8e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
Also ignore pulsemixer for the states unit test.
|
||||
|
||||
2008-12-09 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
|
||||
|
|
|
@ -11,7 +11,7 @@ TESTS_ENVIRONMENT = \
|
|||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
||||
GST_TEST_FILES_PATH=$(TEST_FILES_DIRECTORY) \
|
||||
STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink halaudiosrc halaudiosink v4l2src osssrc osssink pulsesink pulsesrc"
|
||||
STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink halaudiosrc halaudiosink v4l2src osssrc osssink pulsesink pulsesrc pulsemixer"
|
||||
|
||||
EXTRA_DIST = test-cert.pem test-key.pem
|
||||
|
||||
|
|
Loading…
Reference in a new issue