autoparsers: use appropriate printf format for gsize

This commit is contained in:
Thijs Vermeir 2013-01-16 14:32:56 +01:00
parent b46dcf379a
commit 16128f0234

View file

@ -266,7 +266,8 @@ resync:
}
need_more_data:
{
GST_LOG_OBJECT (parse, "need %u bytes, but only have %" G_GSIZE_FORMAT,
GST_LOG_OBJECT (parse,
"need %" G_GSIZE_FORMAT " bytes, but only have %" G_GSIZE_FORMAT,
frame_len, map.size);
gst_base_parse_set_min_frame_size (parse, frame_len);
gst_buffer_unmap (frame->buffer, &map);