]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
queue: add unit test
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 28 Jul 2009 10:03:36 +0000 (12:03 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 6 Aug 2009 11:40:18 +0000 (13:40 +0200)
commit3f0e4bd6f69067907bed6d3b07f41bb64b9c146f
tree751148c45f3325d65bb433c3119f1d1906ff1551
parenta2a973eafd43e70d25225814e3fb8bae09d5791c
queue: add unit test

Make a downstream element return an error after upstream has already
put all data into queue (including EOS).  As such, upstream
will not be around to pick up the error, so it is up to queue to
act appropriately.  See #589991.

Note there may be downstream fatal errors (e.g. negotiation) that do
not warrant an error message already having been posted.
tests/check/Makefile.am
tests/check/pipelines/queue-error.c [new file with mode: 0644]