videomixer: Only pop buffers from collectpads after they're fully consumed
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 9 Dec 2009 20:03:57 +0000 (21:03 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 9 Dec 2009 20:03:57 +0000 (21:03 +0100)
commit7418dee253f8c34748fd4b651444a21186b9a127
tree735d715b01538b49dfb17b1aa914e28d28b9aa47
parentcd888c05319e27ca0b4115a4051e5fd936cb1bc9
videomixer: Only pop buffers from collectpads after they're fully consumed

This decreases latency and memory usage because new buffers are only
accepted by collectpads if there's no queued buffer.
gst/videomixer/videomixer.c