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)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 25 Sep 2015 21:56:21 +0000 (23:56 +0200)
commitfc76c936f45e5123978b719ddd9e345a40850862
tree66a359d10d957e624a8fb63795a1802af40d09f8
parent93d85bd361a6fabd830ea3f797cebb110daa3fb5
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
gst-libs/gst/base/gstaggregator.c