ogg: do not use 32 bit modifiers to print serial numbers
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 18 Aug 2011 15:20:57 +0000 (16:20 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 18 Aug 2011 19:18:53 +0000 (20:18 +0100)
commitb7bb1e56336b9d3167213e0f48fa0a25ea4b0ad4
treebb6b0fb5b5f694dc663bb82faa6cc8264bb73eb2
parent2ee31ccac93ebaf9fc8706b1d07f54dba1ad7eef
ogg: do not use 32 bit modifiers to print serial numbers

If ints are 64 bits, 32 bits should get promoted in varargs anyway,
and we don't care about 16 bit ints.
This makes the code a lot more readable, and still gets us nice
hexadecimal 32 bit serialnos.

https://bugzilla.gnome.org/show_bug.cgi?id=656775
ext/ogg/gstoggdemux.c
ext/ogg/gstoggparse.c