diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-03-06 17:26:23 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-03-06 17:27:32 +0000 |
commit | 55d43dbbde911888ab53c6c2761b1977c3a0631d (patch) | |
tree | f78e181fcf57b25f742cf63a59efeaec0717641e /tests | |
parent | 6b68b73341a804a182c92289f48a7e0a7676189d (diff) |
tests: states: blacklist gtk sinks for state change test
gtk_init() throws GLib-GIO-WARNING **: unknown schema extension 'd'
unrelated to our test environment.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 | ||||
-rw-r--r-- | tests/check/meson.build | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 4b02b675b..a683217ab 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -12,7 +12,7 @@ AM_TESTS_ENVIRONMENT += \ GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ GST_PLUGIN_LOADING_WHITELIST="gstreamer@$(GST_PLUGINS_DIR):gst-plugins-base@$(GSTPB_PLUGINS_DIR):gst-plugins-good@$(top_builddir)" \ GST_STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink \ - cacasink cairotextoverlay \ + cacasink cairotextoverlay gtkglsink gtksink \ halaudiosrc halaudiosink jackaudiosrc jackaudiosink \ osssrc osssink osxaudiosink osxaudiosrc osxvideosrc osxvideosink \ pulsesink pulsesrc pulsemixer v4l2src" \ diff --git a/tests/check/meson.build b/tests/check/meson.build index 05d22388f..33dc6de4a 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -158,8 +158,8 @@ endif # # need a way to figure out value for the device property state_ignore_elements = '''aasink autoaudiosrc autoaudiosink autovideosrc - autovideosink cacasink cairotextoverlay jackaudiosrc jackaudiosink - osssrc osssink osxaudiosink osxaudiosrc osxvideosrc osxvideosink + autovideosink cacasink cairotextoverlay gtkglsink gtksink jackaudiosrc + jackaudiosink osssrc osssink osxaudiosink osxaudiosrc osxvideosrc osxvideosink pulsesink pulsesrc pulsemixer v4l2src''' # FIXME: check, also + PTHREAD_CFLAGS |