videoaggregator: push the caps event as soon as we receive it
authorMatthew Waters <ystreet00@gmail.com>
Thu, 7 Aug 2014 09:54:36 +0000 (19:54 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:25 +0000 (15:10 +0000)
commit42e293313390de8bc3b0c83cb4726c96d9de51ed
tree3f553a358369721cdc3ddce7dea9e72c7a6fdaea
parent5ef53b8a298628590329da1bafef49e85c4bb5f4
videoaggregator: push the caps event as soon as we receive it

Along with the required mandatory dependent events.

Some elements need to perform an allocation query inside
::negotiated_caps().  Without the caps event being sent prior,
downstream elements will be unable to answer and will return
an error.

https://bugzilla.gnome.org/show_bug.cgi?id=732662
libs/gst/base/gstaggregator.c