simplevideomarkdetect: fix detect of videomark partially or fully outside video
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 4 Jun 2015 23:58:03 +0000 (08:58 +0900)
committerLuis de Bethencourt <luis.bg@samsung.com>
Fri, 5 Jun 2015 12:15:23 +0000 (13:15 +0100)
commit7824f4cf52dbc6221022edec2ed7402de72c993e
treec7663866031d33ca06d608a556d2fc8d98151dcb
parent15de547760839ff01ed9347c3c7b54a6c457e913
simplevideomarkdetect: fix detect of videomark partially or fully outside video

In case of the videomark being partially or fully outside,
an error was bein thrown saying, mark width is more than video width.
And when the width, offset properties are set to maximum it resulted in crash.
Instead of throwing error, added logic to detect the mark
in case of partial visibility or dont show the mark when it is outside.

https://bugzilla.gnome.org/show_bug.cgi?id=743908
gst/videosignal/gstsimplevideomarkdetect.c