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)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 10 Oct 2019 21:54:38 +0000 (22:54 +0100)
commit0018c6f2dd01a4c2edbbba0bb8881dc9ac99948c
tree24e850ed757afbaa2dedb9a8b6d6a6739b245288
parent20d7d5d8fb4d07bab9063ccb8f1270f1a042e8a1
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