gstreamer/tests/check
Nirbheek Chauhan cf786a9399 compositor: Ensure all arguments to CLAMP are signed int
If any of the arguments to CLAMP are unsigned integers, the comparison causes
an automatic conversion of the signed int to unsigned, which causes -1 to become
UINT_MAX and get clamped to the high value of the CLAMP instead of 0.

See 716 at http://c0x.coding-guidelines.com/6.3.1.8.html

Also add a test for this.

https://bugzilla.gnome.org/show_bug.cgi?id=754576
2015-09-04 23:32:36 +02:00
..
elements compositor: Ensure all arguments to CLAMP are signed int 2015-09-04 23:32:36 +02:00
generic checks: Ensure thread-safe libX11/GL when running tests 2015-08-15 19:04:42 +02:00
libs tests/glcontext: fix INVALID_ENUM GL error in test 2015-08-08 15:32:17 +02:00
pipelines check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:04:40 +02:00
.gitignore Ignore registries in any format. 2007-09-19 18:22:23 +00:00
gst-plugins-bad.supp tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ... 2008-02-22 06:42:28 +00:00
Makefile.am check: Link against GModule for tests using g_module_* 2015-08-15 23:36:01 +02:00