rtpbuffer: use proper format for gsize

This commit is contained in:
Andoni Morales Alastruey 2012-08-08 14:55:56 +02:00 committed by Sebastian Dröge
parent 98983e08ae
commit d2aebc7f94

View file

@ -411,8 +411,8 @@ wrong_version:
} }
wrong_padding: wrong_padding:
{ {
GST_DEBUG ("padding check failed (%d - %d < %d)", bufsize, header_len, GST_DEBUG ("padding check failed (%" G_GSIZE_FORMAT " - %d < %d)", bufsize,
padding); header_len, padding);
goto dump_packet; goto dump_packet;
} }
dump_packet: dump_packet: