bin: Don't interprete pipelines without sink elements as always being in EOS state
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 12 May 2011 14:48:41 +0000 (16:48 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 14 May 2011 09:39:36 +0000 (11:39 +0200)
commit7316a88387e3e5a36d792f4a6e95cbb9f05e9513
tree59ced59fee9367960abce9e8f7ea4caeb8381a0b
parentcdffc1d5d561ae069a9ea430f6c414b3f88882cc
bin: Don't interprete pipelines without sink elements as always being in EOS state

Some tests (e.g. elements/capsfilter) have pipelines with dangling
sinkpads and without a sink element. These pipelines can never post
an EOS message (because this is only valid by a sink) and as such
should never get an EOS message posted by the bin.
gst/gstbin.c