videooverlay: Fix render-rectangle range
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 4 Mar 2019 22:05:04 +0000 (17:05 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 4 Mar 2019 22:05:04 +0000 (17:05 -0500)
commit3f3719da41368d0a41755005f294def8abd9e477
tree5dbf23d4c3cdf31c73460b5297cec92c51d07221
parent541d598fadc3b59d03738dd2cfaf2cc1b661d463
videooverlay: Fix render-rectangle range

The range was set to -1 to MAXINT, but the x,y value can be negative.
Relax the restriction so that we can now have negative coordinates.
gst-libs/gst/video/videooverlay.c