audioresample: Improve debugging a bit in the unit test

This commit is contained in:
Sebastian Dröge 2009-08-21 10:02:05 +02:00
parent 2e585ac7ac
commit 01408497a1

View file

@ -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);