gstreamer/tests/check
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
..
elements tests: fix type mismatch in varargs passing 2015-04-09 16:20:44 +01:00
generic Fix FSF address 2012-11-04 00:09:59 +00:00
libs aggregator: fix typo in test suite 2015-04-03 18:17:35 -03:00
pipelines gitignore: ignore more files 2015-01-12 22:52:36 +01: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: Don't run the state change test on the dtls elements 2015-04-09 15:41:57 +02:00