aggregator: Don't forward QOS events to sinkpads that had no buffer yet
authorSebastian Dröge <sebastian@centricular.com>
Mon, 31 Aug 2015 13:12:40 +0000 (16:12 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
commit92a80e6490633329bdedd714b50265646bcc8436
treed1eed68777ac6c8b7df3314d094861078efd9442
parenta7845e80f196907b31d5a6dbc326388e8c43492c
aggregator: Don't forward QOS events to sinkpads that had no buffer yet

Otherwise they will receive a QOS event that has earliest_time=0 (because we
can't have negative timestamps), and consider their buffer as too late

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