mpegdemux: Fix pointer-differences printout
authorEdward Hervey <bilboed@bilboed.com>
Wed, 4 Nov 2009 16:13:34 +0000 (17:13 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 4 Nov 2009 16:45:34 +0000 (17:45 +0100)
commitba460f587af2d5e9153ca68a043d47473ddc62ec
tree2b602ea17b561ac7aacf833bb33f83d4e1abdfe3
parentea067b66a9087c2f859bc7b67e18d3b0e501cf41
mpegdemux: Fix pointer-differences printout

There is unfortunately no G_*_FORMAT conversion specifier for differences of
pointers in glib, and we can't rely either on all platforms being 64bit.

So let's just cast the difference to a gint and be done with it.
gst/mpegdemux/mpegtspacketizer.c