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)
commit8c06c85d83dfd3ca7dfc286366d8865e193bac83
tree075ad541637c1ce36d82e3b17c8119c9dafe449e
parente4b584b3e53e40c150c0d62a3b3a96d0346c86c4
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