value: fix int64 - int64 range intersection on big endian systems
authorTim-Philipp Müller <tim@centricular.net>
Sat, 23 Jun 2012 20:35:33 +0000 (21:35 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 23 Jun 2012 20:35:33 +0000 (21:35 +0100)
commit06d96f1bda7073e2e9dcf2d280c8a736dd9ecc4e
tree12e0bb8ccc6182b6673be41c6ef75381b4131fc1
parent1be934f0ddac980437d800f4f5b79e3d5c91eafa
value: fix int64 - int64 range intersection on big endian systems

Works better if we use the v_int64 field of the GValue instead of v_int.
gst/gstvalue.c