diff --git a/tests/check/elements/audioresample.c b/tests/check/elements/audioresample.c index 0a11ed8e95..163166ddf2 100644 --- a/tests/check/elements/audioresample.c +++ b/tests/check/elements/audioresample.c @@ -653,6 +653,8 @@ GST_START_TEST (test_pipelines) /* Test qualities 0, 5 and 10 */ for (quality = 0; quality < 11; quality += 5) { + GST_DEBUG ("Checking with quality %d", quality); + test_pipeline (8, FALSE, 44100, 48000, quality); test_pipeline (8, FALSE, 48000, 44100, quality);