aggregator: Actually handle NEED_DATA return from update_src_caps()
authorSebastian Dröge <sebastian@centricular.com>
Wed, 14 Aug 2019 06:51:55 +0000 (09:51 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 14 Aug 2019 13:49:53 +0000 (14:49 +0100)
commit549cc941eb815a4116dc6e9e8806e3029a2ae869
treea30ea433fc9dee92ad808ef24adf10bfc7ac0e2e
parent5bf13cdd5314bc3c6c81bd620e712acdcab14eb2
aggregator: Actually handle NEED_DATA return from update_src_caps()

The documentation says that this allows the subclass to signal that it
needs more data before it can decide on caps, so let's actually
implement it that way.
libs/gst/base/gstaggregator.c