[pulseaudio-discuss] [PATCH v2 3/4] Test the remixer with PA_RESAMPLER_NO_FILL_SINK set.

david at mandelberg.org david at mandelberg.org
Wed Jan 4 16:55:48 UTC 2017


From: David Mandelberg <dseomn at google.com>

---
 src/tests/remix-test.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/remix-test.c b/src/tests/remix-test.c
index 5b0c677..0dcc2f1 100644
--- a/src/tests/remix-test.c
+++ b/src/tests/remix-test.c
@@ -61,6 +61,8 @@ int main(int argc, char *argv[]) {
         RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMAP),
         RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMIX),
         RESAMPLE_FLAGS(PA_RESAMPLER_NO_LFE),
+        RESAMPLE_FLAGS(PA_RESAMPLER_NO_FILL_SINK),
+        RESAMPLE_FLAGS(PA_RESAMPLER_NO_LFE | PA_RESAMPLER_NO_FILL_SINK),
         { .str = NULL, .value = 0 },
     };
 
-- 
2.7.4



More information about the pulseaudio-discuss mailing list