[tracker-miners/sam/libav-testing: 12/15] Skip 'writeback-audio' test for ffmpeg/libav backend
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/libav-testing: 12/15] Skip 'writeback-audio' test for ffmpeg/libav backend
- Date: Wed, 31 Aug 2022 12:08:15 +0000 (UTC)
commit fe25aec7e300f9e26a7404dd1631d629424716e0
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Wed Aug 31 13:12:08 2022 +0200
Skip 'writeback-audio' test for ffmpeg/libav backend
There is no 'libav' writeback module, so this test always fails.
tests/functional-tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index cb4ce00fd..e1df3e7a0 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -139,7 +139,7 @@ if libjpeg.found() and libgif.found() and libpng.found() and libtiff.found() and
]
endif
-if generic_media_handler_name != 'none'
+if generic_media_handler_name == 'gstreamer'
functional_tests += 'writeback-audio'
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]