videoaggregator: Don't wait if input buffer is after output
authorOlivier Crête <olivier.crete@collabora.com>
Sat, 14 May 2016 09:56:59 +0000 (11:56 +0200)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 20 May 2016 14:58:46 +0000 (10:58 -0400)
commite357e372e17fa5870be8e58a4bd52b512317c693
tree3692a4950b93d92173c1ff49d56218c2f488ae82
parent8c236a9f2e681fa4756a9781b35fc53c1380cf61
videoaggregator: Don't wait if input buffer is after output

If the input buffer is after the end of the output buffer, then waiting
for more data won't help. We will never get an input buffer for this point.

This fixes compositing of streams from rtspsrc.

https://bugzilla.gnome.org/show_bug.cgi?id=766422
gst-libs/gst/video/gstvideoaggregator.c