utils: Fix GMP scaling unit test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 15 Sep 2009 07:41:28 +0000 (09:41 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 15 Sep 2009 09:31:15 +0000 (11:31 +0200)
commit7464062ff2f71ae77cba631489b0890e91109910
tree4c034f90cc6c8e96865dd43f38ef06562fa71264
parentebe095420a48f4e7b1fc707e5755ed0156c92d49
utils: Fix GMP scaling unit test

GMP only uses "unsigned long int", which is 32 bit
on 32 bit architectures and can't hold a guint64.
This resulted in false unit test failures on 32 bit architectures.

Fixes bug #595133.
tests/check/gst/gstutils.c