GStreamer multimedia framework
Find a file
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
ext/gl glvideomixer: swap control binding proxy 2015-08-03 20:08:52 +10:00
gst/compositor compositor: remove check for below zero for unsigned value 2015-08-28 15:21:13 +01:00
gst-libs/gst/video videoaggregator: Always set the pad's buffer_vinfo when storing a buffer 2015-08-20 14:22:49 +03:00
tests/check/elements compositor: Actually use the output resolution for clamping 2015-08-26 15:03:05 +03:00