audioresample: fix printf variable type
authorRobert Swain <robert swain gmail com>
Thu, 1 Oct 2009 12:19:41 +0000 (14:19 +0200)
committerWim Taymans <wim@metal.(none)>
Tue, 6 Oct 2009 20:37:00 +0000 (22:37 +0200)
commitfc56adc2e36cd9b41ab05982973916379e733bb1
tree5b3de4486ff3108ca63ae0dc28131b172fad2688
parentf58a2b71b50ee7f01451b18491bc6b6dc0764823
audioresample: fix printf variable type

Change printf variable type from %lu to %" G_GUINT64_FORMAT " as it
should be for guint64.

Fixes #596981
gst/audioresample/gstaudioresample.c