gstbuffer: fix compile warning

This commit is contained in:
Alessandro Decina 2012-04-05 09:07:18 +02:00
parent b0d89da6b6
commit e603d08e87

View file

@ -255,7 +255,8 @@ _replace_memory (GstBuffer * buffer, guint len, guint idx, guint length,
gsize end, i;
end = idx + length;
GST_LOG ("buffer %p replace %u-%u with memory %p", buffer, idx, end, mem);
GST_LOG ("buffer %p replace %u-%" G_GSIZE_FORMAT " with memory %p", buffer,
idx, end, mem);
/* unref old memory */
for (i = idx; i < end; i++)