mpegtsdemux: use G_GUINT64_FORMAT as format specifier for guint64
authorJanne Grunau <janne.grunau@collabora.co.uk>
Thu, 17 Feb 2011 20:33:56 +0000 (21:33 +0100)
committerDavid Schleef <ds@schleef.org>
Thu, 17 Feb 2011 20:51:07 +0000 (12:51 -0800)
fixes compilation on 32bit

gst/mpegtsdemux/mpegtsbase.c

index 7151ef7a91494a75eadeea6a9d2eddcba8620f3c..8eb89bff2bedb39aebd02152a2faad803d3b9156 100644 (file)
@@ -823,7 +823,8 @@ mpegts_base_handle_psi (MpegTSBase * base, MpegTSPacketizerSection * section)
         if (base->first_pat_offset == -1) {
 
           base->first_pat_offset = GST_BUFFER_OFFSET (section->buffer);
-          GST_DEBUG ("First PAT offset: %d", base->first_pat_offset);
+          GST_DEBUG ("First PAT offset: %" G_GUINT64_FORMAT,
+              base->first_pat_offset);
         }
 
       } else