pcapparse: Fix format string compiler warning
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 19 Jul 2011 06:37:24 +0000 (08:37 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 19 Jul 2011 06:37:24 +0000 (08:37 +0200)
gst/pcapparse/gstpcapparse.c

index 36fcc31..49a9340 100644 (file)
@@ -469,7 +469,7 @@ gst_pcap_parse_chain (GstPad * pad, GstBuffer * buffer)
 
           data = gst_adapter_peek (self->adapter, self->cur_packet_size);
 
-          GST_LOG_OBJECT (self, "examining packet size %d",
+          GST_LOG_OBJECT (self, "examining packet size %" G_GINT64_FORMAT,
               self->cur_packet_size);
 
           if (gst_pcap_parse_scan_frame (self, data, self->cur_packet_size,