Fix audioecho unit test on 32 bit systems
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 3 Feb 2009 16:10:30 +0000 (17:10 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 3 Feb 2009 16:12:46 +0000 (17:12 +0100)
commit08123cc318a021b58a18dab6d3365020a1c8802e
tree3113777d1d9a6f53186695d32ee1c9c3f3b9e6eb
parent7de49319d77452bb580c004ce2d460002b72d1d3
Fix audioecho unit test on 32 bit systems

Cast the new value for the "delay" property to GstClockTime.
Integers without type are passed to vararg functions with
an integer type that can hold a pointer.
tests/check/elements/audioecho.c