value: Use an unsigned 64 bit integer as a mask
authorSebastian Dröge <sebastian@centricular.com>
Tue, 22 Apr 2014 16:16:10 +0000 (18:16 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 22 Apr 2014 16:16:10 +0000 (18:16 +0200)
commit3cbcfa1d7e9ad5fb466988965ace732843b54696
treecfc0e8670f5339fe79b136d0bfb22996fb76a24f
parent63c17280408410d799e1c2f2ed49c5ab04cc80ae
value: Use an unsigned 64 bit integer as a mask

We shift the mask to the right later and shifting the result
of shifting over the sign bit is undefined.
gst/gstvalue.c