theoraenc: fix printf format variable

This commit is contained in:
Thiago Santos 2012-05-31 18:28:14 -03:00
parent 7f134c1441
commit 772e3d514d

View 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;
}