tests: caps: fix test_intersect_flagset failure
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 29 Jun 2015 04:57:11 +0000 (13:57 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 29 Jun 2015 12:47:31 +0000 (13:47 +0100)
commit17300389535b30a2986805dba9254fcee613d36a
tree85adcc77834538b969bbf097af646e422dce618a
parent1a0bd0a07f545a5445a2013456048749aa3cbe66
tests: caps: fix test_intersect_flagset failure

test_intersect_flagset fails because when caps is being
created, flags and mask are being cast to uint64 while
they should be uint. This results in invalid memory access
or a segfault.

https://bugzilla.gnome.org/show_bug.cgi?id=751628
tests/check/gst/gstcaps.c