mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
audioresample: Improve debugging a bit in the unit test
This commit is contained in:
parent
2e585ac7ac
commit
01408497a1
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue