check: Don't use real audio devices for tests
authorEdward Hervey <edward@centricular.com>
Thu, 10 Oct 2019 14:58:26 +0000 (16:58 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 10 Oct 2019 14:58:26 +0000 (16:58 +0200)
commit7eb98ba4f37859c1bfa3a14e6172849ced61e1b6
tree55b80775f3ab1f0abfc73a4414d3877bb46b020f
parent50aeeec15b622d6b574df8332deace1196d0d0f8
check: Don't use real audio devices for tests

When checking the behaviour of live seeking on audiomixer or
adder we don't *really* need real audio devices. audiotestsrc
in live mode is enough to test the behaviour of those elements.

Also avoids people repeatedly wasting hours trying to figure out
whether that failing behaviour is due to their code or not.
tests/check/elements/adder.c
tests/check/elements/audiomixer.c