summaryrefslogtreecommitdiffstats
path: root/tests/check/elements
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements')
-rw-r--r--tests/check/elements/bpwsinc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/bpwsinc.c b/tests/check/elements/bpwsinc.c
index 4faf6fc2..1295fac4 100644
--- a/tests/check/elements/bpwsinc.c
+++ b/tests/check/elements/bpwsinc.c
@@ -254,7 +254,7 @@ GST_START_TEST (test_bp_22050hz)
for (i = 0; i < 1024; i++)
rms += res[i] * res[i];
rms = sqrt (rms / 1024.0);
- fail_unless (rms <= 0.3);
+ fail_unless (rms <= 0.1);
/* cleanup */
cleanup_bpwsinc (bpwsinc);