tee: Add allow-not-linked property
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>
Thu, 19 Mar 2015 09:36:11 +0000 (10:36 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 26 Mar 2015 09:46:26 +0000 (10:46 +0100)
commit3e8e0a7065410cd161b05133ac79b57118dd14c2
treecca9047e0df2969c425d331965651d72940e88d6
parent5b6ab53e7f48142e9a403927942914ff0ea20ac9
tee: Add allow-not-linked property

This property avoids not linked error when all the pads are unlinked
or when there are no source pads. This is useful in dynamic pipelines
where it can happen that for a short time there are no pads at all or
all downstream pads are not linked yet.

https://bugzilla.gnome.org/show_bug.cgi?id=746436
plugins/elements/gsttee.c
plugins/elements/gsttee.h
tests/check/elements/tee.c