video-blend: segfault when xpos >= video size
authorVineeth T M <vineeth.tm@samsung.com>
Thu, 23 Oct 2014 09:11:13 +0000 (14:41 +0530)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 27 Oct 2014 10:29:15 +0000 (10:29 +0000)
commit2847a8108c50c8a32723b06d70e4563988ee2e2e
tree41714871a1a769c90eda25d475e5c347e6a713c6
parent900d0267d511e9553eec44d948d7e33ead7dc903
video-blend: segfault when xpos >= video size

When the xpos is given as greater than or equal to the video size,
we get a segfault, due to improper condition.
Hence adding proper conditions.

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