mpegtspacketizer: Fix format string compiler warning

This commit is contained in:
Ramprakash Jelari 2014-11-24 17:58:42 +05:30 committed by Sebastian Dröge
parent f0e418b629
commit f9e50eee58

View file

@ -1053,7 +1053,7 @@ accumulate_data:
/* We have more data to process ... */
GST_DEBUG ("PID 0x%04x, More section present in packet (remaining bytes:%"
G_GSIZE_FORMAT ")", stream->pid, packet->data_end - data);
G_GSIZE_FORMAT ")", stream->pid, (gsize) (packet->data_end - data));
section_start:
GST_MEMDUMP ("section_start", data, packet->data_end - data);