ogg: fix debug message printf format some more
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 13 Jun 2010 23:33:04 +0000 (00:33 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 13 Jun 2010 23:33:04 +0000 (00:33 +0100)
commit0f3ea721e4b5fa01d96acd6fdc75d134f06c0464
tree482bf6de12df589ffe020da6baa41d3595342ad5
parent8ae112058cd866b9650b94313e6191320f98c7f9
ogg: fix debug message printf format some more

Just cast the pointer diff, so it works everywhere without
warnings. Can't use %tu, because that modifier is C99. Warning
was: "format '%li' expects type 'long int', but argument 8 has
type 'int'".
ext/ogg/gstoggstream.c