From cbe1280fb24faa985242bbfa6f495f72f725606c Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sat, 17 Apr 2021 11:38:10 +0200 Subject: [PATCH] test: Use dummy audio elements for Gstreamer pipelines --- tests/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/meson.build b/tests/meson.build index 5df220a..8bb6b48 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -9,6 +9,8 @@ test_env = [ 'MALLOC_CHECK_=2', 'NO_AT_BRIDGE=1', 'CALLS_SIP_DO_NOT_AUTOLOAD=1', + 'CALLS_AUDIOSRC=audiotestsrc', + 'CALLS_AUDIOSINK=fakesink', ] test_cflags = [