tests: fix audiocdsrc for changed preroll behaviour
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 7 Nov 2011 17:25:45 +0000 (17:25 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 12 Nov 2011 11:58:59 +0000 (11:58 +0000)
commit2c9d442d51dd681463ae090c3c57320a90a4f888
treeb7982f3d0552804f57898d8818eccd81ca2678c0
parent70a6032ccaccc66402c517725ba3b2795516bb96
tests: fix audiocdsrc for changed preroll behaviour

Previously, the source posted a TAG message before buffers would
even be pushed towards the sink, so we'd get the TAG message before
any ASYNC_DONE message. Now the tags get sent downstream to the sink
to get posted there, and the tag event will get queued and handled
later after preroll has finished, so now we get the ASYNC_DONE
message before the TAG message.
tests/check/libs/audiocdsrc.c