audiointerleave: typecast bit-mask to guint64 to fix segmentation fault
authorVineeth TM <vineeth.tm@samsung.com>
Wed, 30 Sep 2015 04:13:19 +0000 (13:13 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 30 Sep 2015 08:00:52 +0000 (09:00 +0100)
commitde9478bdc156b9f5efa5c65c881da36eb8da6cfb
tree95e2b3511f8a285e4d8b247fc7a5034c6ce7ea84
parentddbae168b8031cbda8d55fcc518ca5008db4431b
audiointerleave: typecast bit-mask to guint64 to fix segmentation fault

While creating caps in audiointerleave tests, bitmask is being set as 0x9
This is resulting in segmentation fault. Fix the same by typecasting to guint64

https://bugzilla.gnome.org/show_bug.cgi?id=755840
tests/check/elements/audiointerleave.c