tests: Fix multiqueue test for latest commits.
authorEdward Hervey <bilboed@bilboed.com>
Wed, 10 Feb 2010 13:40:17 +0000 (14:40 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 10 Feb 2010 13:40:17 +0000 (14:40 +0100)
commit5a0cdc700159582ad904272bd4daa2d31a36422c
tree06d3019ccb993c886f936c51b16ac528772a21c5
parent4e0b2dc8321138940caaa4efcb104795f060482a
tests: Fix multiqueue test for latest commits.

The problem lies in the fact that multiqueue will now operate somewhat
similarly to the flow aggregation logic of demuxers and therefore
will stopp whenever all downstream pads return NOT_LINKED and/or
UNEXPECTED and there's no more buffers to push.

The latest commits should not affect any regular use-case, but the bug
report will be kept open so the previous behaviour can be re-established
if needed.

Fixes #609486
tests/check/elements/multiqueue.c