[tracker-miners/sam/libav-testing: 7/12] 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: 7/12] Skip 'writeback-audio' test for ffmpeg/libav backend
- Date: Thu, 1 Sep 2022 11:43:52 +0000 (UTC)
commit 0a8dfa470c7c4a9239dbe9874f7dec76a821563c
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]