diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-11-25 11:16:28 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-11-25 11:16:53 +0000 |
commit | 38994d43592e70394da0e9c9ba35d89634d684a7 (patch) | |
tree | 1ed4271e901b99a8df58339b61f56722daf716e4 | |
parent | b8b4124c8b55d884ec0a01c48744285e78ad449e (diff) |
tests: ignore waylandsink in state change test
"Unexpected critical/warning: Wayland compositor is missing
the ability to scale, video display may not work properly."
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 348c29491..7c331cf5b 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -19,7 +19,7 @@ AM_TESTS_ENVIRONMENT += \ decklinksink dtlssrtpdec dtlssrtpenc dvbsrc dvbbasebin dfbvideosink festival fluidsynth \ kmssink \ rsndvdbin vcdsrc rfbsrc vdpauyuvvideo vdpauvideoyuv \ - vdpaumpegdec vdpaumpeg4dec vdpauh264dec vdpauvideopostprocess vdpausink neonhttpsrc" + vdpaumpegdec vdpaumpeg4dec vdpauh264dec vdpauvideopostprocess vdpausink neonhttpsrc waylandsink" plugindir = $(libdir)/gstreamer-@GST_API_VERSION@ |