Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int...
authorDavid Schleef <ds@schleef.org>
Sat, 1 Feb 2003 20:29:27 +0000 (20:29 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 1 Feb 2003 20:29:27 +0000 (20:29 +0000)
commit393033c6fa7f0a2927a39e44cdbec9997bb9cdad
treebba032ddd616083ce6f5af5fe7735b922931297c
parent2c4d0a7e60c2541d20ea355fa7d5881e62ef40cd
Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT.  Fix pointer<->int conversion.  Fixes warnings on alpha.

Original commit message from CVS:
Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT.  Fix
pointer<->int conversion.  Fixes warnings on alpha.
29 files changed:
gst/autoplug/spidertest.c
gst/cothreads.c
gst/elements/gstaggregator.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfilesrc.c
gst/elements/gstidentity.c
gst/elements/gststatistics.c
gst/elements/gsttee.c
gst/gstinfo.c
gst/gstsystemclock.c
gst/gsttrace.c
libs/gst/control/dparam.c
libs/gst/control/dparam_smooth.c
libs/gst/control/dparammanager.c
plugins/elements/gstaggregator.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/elements/gststatistics.c
plugins/elements/gsttee.c
tests/lat.c
tests/memchunk/gmemchunktest.c
tests/memchunk/gstmemchunktest.c
tests/muxing/case1.c
tests/seeking/seeking1.c
tools/gst-inspect.c
tools/gst-launch.c