audioaggregator: Always take first configure pad's rate and downstream caps into...
authorSebastian Dröge <sebastian@centricular.com>
Tue, 16 Jul 2019 07:34:24 +0000 (10:34 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 10 Aug 2019 20:21:05 +0000 (21:21 +0100)
commit16205dd1cc5a8d8789aa24358a2cfc9461dcf082
tree6be7c636c5ac2d81b295c8ef2f57114ae32ed638
parent825c1cd47af72aaa6e762e92237ebd6ec77f3651
audioaggregator: Always take first configure pad's rate and downstream caps into account when calculating allow sink caps

While we can convert between all formats apart from the rate, we
actually need to make sure that we comply with a) the rate of the first
configured pad and b) also all the allowed rates from downstream.
gst-libs/gst/audio/gstaudioaggregator.c