videoconvert: Compare y offset with height, not width, when testing for overlap
authorDouglas Bagnall <douglas@paradise.net.nz>
Thu, 1 Nov 2012 21:53:57 +0000 (10:53 +1300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Nov 2012 08:29:30 +0000 (09:29 +0100)
commit0b898ab91109e5a3197ac4b27178c1e040415303
tree0cdc4d41e4095fb640d09d1b6bbf0a0a32a46a8b
parent5ac789408b14be72edee7dd59d3dfe038c3e7af7
videoconvert: Compare y offset with height, not width, when testing for overlap

This could have prevented images showing that should have when the
source height is greater than its width.

When width exceeds height, as is common, it probably only caused a
miniscule amount of unnecessary work.  I haven't tested.
gst/videomixer/blend.c