theoraenc: fix printf format variable
authorThiago Santos <thiago.sousa.santos@collabora.com>
Thu, 31 May 2012 21:28:14 +0000 (18:28 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Thu, 31 May 2012 21:28:14 +0000 (18:28 -0300)
ext/theora/gsttheoraenc.c

index 8960dfc..bd9b6aa 100644 (file)
@@ -851,7 +851,7 @@ theora_enc_buffer_from_header_packet (GstTheoraEnc * enc, ogg_packet * packet)
   GST_BUFFER_TIMESTAMP (outbuf) = GST_CLOCK_TIME_NONE;
   GST_BUFFER_DURATION (outbuf) = GST_CLOCK_TIME_NONE;
 
-  GST_DEBUG ("created header packet buffer, %d bytes",
+  GST_DEBUG ("created header packet buffer, %zu bytes",
       gst_buffer_get_size (outbuf));
   return outbuf;
 }