debug: also cast packet.packetno to gint64 in debug log
authorStefan Kost <ensonic@users.sf.net>
Sat, 21 Nov 2009 15:54:49 +0000 (17:54 +0200)
committerStefan Kost <ensonic@users.sf.net>
Sat, 21 Nov 2009 15:54:49 +0000 (17:54 +0200)
We do this already for granulepos to handle ogg_int64_t mismatches.

ext/theora/theoradec.c

index 96bacf2..04d31fa 100644 (file)
@@ -1348,7 +1348,7 @@ theora_dec_decode_buffer (GstTheoraDec * dec, GstBuffer * buf)
 
   GST_DEBUG_OBJECT (dec, "header=%02x packetno=%" G_GINT64_FORMAT ", "
       "granule pos=%" G_GINT64_FORMAT ", outtime=%" GST_TIME_FORMAT,
-      packet.bytes ? packet.packet[0] : -1, packet.packetno,
+      packet.bytes ? packet.packet[0] : -1, (gint64) packet.packetno,
       (gint64) packet.granulepos, GST_TIME_ARGS (dec->last_timestamp));
 
   /* switch depending on packet type. A zero byte packet is always a data