bin: add message-forward option
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 16 Sep 2010 17:06:35 +0000 (19:06 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 16 Sep 2010 17:17:53 +0000 (19:17 +0200)
commita9a82da134a84ad181935134fd67e16c74660e29
tree180a004d920a2020488c33ee1cb19c805a8d115f
parent30fe3b2be98c1edf876f04ba9ab3da7310fdd8fc
bin: add message-forward option

Add an option to forward all the internal messages that would otherwise be
filtered such as EOS, SEGMENT and ASYNC messages.
This allows the application to, for example, detect that a partial pipeline is
prerolled or reached eos.
The original messages are wrapped inside an element message because the parent
bins are not supposed to see those internal messages escape.
gst/gstbin.c