compositor: variables in clamp_rectangle() should be signed
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 29 Aug 2015 11:21:08 +0000 (16:51 +0530)
committerLuis de Bethencourt <luis@debethencourt.com>
Sat, 29 Aug 2015 16:27:45 +0000 (17:27 +0100)
commitdb49716c709cc515af7fc62e7c33fcc119b36347
tree315a450bf9263524bb842fa5b6b56abafb1234e2
parent536e3742aa0dd4a3bc18249166a556067d96b8ba
compositor: variables in clamp_rectangle() should be signed

x/y/w/h are signed integers. As can be seen in GstCompositorPad.
The prototype for clamp_rectangle was wrong. This commit reverts the change
and fixes the prototype.

This reverts commit bca444ea4a84c39e9989681f892f6e4cb2033cf9.
gst/compositor/compositor.c