gstreamer/gst
Luis de Bethencourt e4b584b3e5 compositor: remove check for below zero for unsigned value
CLAMP checks both if value is '< 0' and '> max'. Value will never be a negative
number since it is an unsigned integer. Removing that check and only checking if
it is bigger than max by using MIN().

CID 1320707
2015-08-28 15:21:13 +01:00
..
compositor compositor: remove check for below zero for unsigned value 2015-08-28 15:21:13 +01:00