qtdemux: fix printf format warning on mingw32
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Jan 2011 15:11:02 +0000 (15:11 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Jan 2011 15:11:02 +0000 (15:11 +0000)
commit06364a54ceea96cef0e814539a88da656c10bd93
treefd77ef65f56724426547f3fdcf37e4b1b8b7de49
parent285235a10a18f72b239385829e4963a221c7a897
qtdemux: fix printf format warning on mingw32

Make win32 build bot happy again, and nicefy output while we're at it.

qtdemux.c: In function 'qtdemux_parse_trun':
qtdemux.c:2162:3: error: format '%lu' expects type 'long unsigned int', but argument 9 has type 'guint32'
gst/qtdemux/qtdemux.c