videoaggregator: If getting a timeout before having caps, just advance our position
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 28 Jan 2015 20:58:38 +0000 (02:28 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 29 Jan 2015 08:47:32 +0000 (09:47 +0100)
commit4527811b1f6ab981bc3c2681c062ee60fb2ec7e9
tree7ebe9b9951c31224e514554d7e1753f6fb821e7e
parent38a06d0a33a3f36bca1b765e73ee383e689687ba
videoaggregator: If getting a timeout before having caps, just advance our position

This can happen if this is a live pipeline and no source produced any buffer
and sent no caps until an output buffer should've been produced according to the
latency.

This fix is similar in spirit to commit be7034d1 by Sebastian for audiomixer.
gst-libs/gst/video/gstvideoaggregator.c