gstreamer/libs/gst/check
Sebastian Dröge 154eefecc9 Don't compare booleans for equality to TRUE and FALSE
TRUE is 1, but every other non-zero value is also considered true. Comparing
for equality with TRUE would only consider 1 but not the others.

Also normalize booleans in a few places.
2014-12-01 09:51:37 +01:00
..
libcheck check: use _exit() instead of exit() in fail_unless() so we exit immediately 2014-05-07 10:44:34 +01:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstbufferstraw.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbufferstraw.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcheck.c Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:37 +01:00
gstcheck.h Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:37 +01:00
gstconsistencychecker.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstconsistencychecker.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttestclock.c Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:37 +01:00
gsttestclock.h testclock: replace newly-added GstTestClockIDList structure with a simple GList 2014-04-12 15:33:50 +01:00
Makefile.am check: Add a function to check destruction of objects 2014-09-12 17:18:21 +02:00