aggregator: Remove dead code
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 3 Nov 2015 00:05:01 +0000 (19:05 -0500)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
commitb95f3e8455e34a6e6bd25bfa3c7e4e17ba059b5d
treeeac526ba2ea95c912f474fbb102e90fdb47d9794
parentbbd11aea40abca724a0c4cbd11db329d3931df3b
aggregator: Remove dead code

This code will never be called as max>=min in all cases. If the upstream
latency query returned min>max, the function already returned and all
values that are added to those have max>= min.
libs/gst/base/gstaggregator.c