gstreamer/tests
Vincent Penquerc'h d8dd4bea00 tests: fix type mismatch in varargs passing
A bitmask is 64 bits, but integer immediates are passed as int
in varargs, which happen to be 32 bit with high probability.

This triggered a valgrind jump-relies-on-uninitalized-value
report well away from the site, since it doesn't trigger on
stack accesses, and there must have been enough zeroes to stop
g_object_set at the right place.
2015-04-09 16:20:44 +01:00
..
check tests: fix type mismatch in varargs passing 2015-04-09 16:20:44 +01:00
examples gl/examples: fixup generic cube example for NDC 2015-03-14 18:12:38 +00:00
files tests: files: adds missing file from previous commit 2014-07-28 16:55:15 -03:00
icles tests/icles/dccp: Release reference to parent 2014-07-10 22:12:49 +01:00
Makefile.am tests: add very simple zbar unit test 2010-11-05 00:23:45 +00:00