gstobject: Don't check booleans for equality in the unit test
authorSebastian Dröge <sebastian@centricular.com>
Mon, 10 Nov 2014 09:01:02 +0000 (10:01 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 10 Nov 2014 09:03:57 +0000 (10:03 +0100)
commitd600fc48f8486428b70cbfd841af80a1a36c2519
treeaf818863f205ab4353b0f0aa5b6ded6349f28f64
parent5a930aa642837e4732bfa7b7a83339dea30712c0
gstobject: Don't check booleans for equality in the unit test

Every value other than 0/FALSE is TRUE, == TRUE will only check for 1.
tests/check/gst/gstobject.c