rtpbuffer: use proper format for gsize
This commit is contained in:
parent
98983e08ae
commit
d2aebc7f94
@ -411,8 +411,8 @@ wrong_version:
|
||||
}
|
||||
wrong_padding:
|
||||
{
|
||||
GST_DEBUG ("padding check failed (%d - %d < %d)", bufsize, header_len,
|
||||
padding);
|
||||
GST_DEBUG ("padding check failed (%" G_GSIZE_FORMAT " - %d < %d)", bufsize,
|
||||
header_len, padding);
|
||||
goto dump_packet;
|
||||
}
|
||||
dump_packet:
|
||||
|
Loading…
x
Reference in New Issue
Block a user