tests: multiqueue: fix eos count on test for not-linked case
authorThiago Santos <ts.santos@sisa.samsung.com>
Fri, 14 Mar 2014 16:32:17 +0000 (13:32 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Sat, 15 Mar 2014 12:54:49 +0000 (09:54 -0300)
commit22258782d8870b14c433e448cebf502dd57c30ca
tree2944aab6deb7655ba51085a62acb8cab879b6359
parent3de939cb5b7c4fdf40a4f2b780a0ce620cd7b6ee
tests: multiqueue: fix eos count on test for not-linked case

From the test case:

/* This test creates a multiqueue with 2 streams. One receives
 * a constant flow of buffers, the other only gets one buffer, and then
 * new-segment events, and returns not-linked. The multiqueue should not fill.
 */

If one of the queues goes EOS and the other returns NOT_LINKED the stream
can be considerered EOS as a NOT_LINKED means that one of the branches has no
sink downstream that will block the EOS message posting.

https://bugzilla.gnome.org/show_bug.cgi?id=725917
tests/check/elements/multiqueue.c