[tracker-miners/sam/libav-testing: 11/14] Skip 'writeback-audio' test for ffmpeg/libav backend




commit cc44fb0a74232e89a38b35513016362c67db90c8
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]