dtls: fix printf format on win32
authorPolochon_street <polochonstreet@gmx.fr>
Fri, 2 Oct 2015 15:05:11 +0000 (17:05 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 2 Oct 2015 15:36:14 +0000 (16:36 +0100)
ext/dtls/gstdtlsdec.c

index ac6ba77..eecc458 100644 (file)
@@ -569,7 +569,7 @@ sink_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
     return GST_FLOW_OK;
   }
 
-  GST_DEBUG_OBJECT (self, "received buffer from %s with length %zd",
+  GST_DEBUG_OBJECT (self, "received buffer from %s with length %" G_GSIZE_FORMAT,
       self->connection_id, gst_buffer_get_size (buffer));
 
   buffer = gst_buffer_make_writable (buffer);