dvbsection: Fix format string compiler warning

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

View file

@ -383,7 +383,7 @@ _parse_bat (GstMpegtsSection * section)
GST_WARNING
("PID %d invalid BAT entry %d descriptors loop length %d (only have %"
G_GSIZE_FORMAT ")", section->pid, section->subtable_extension,
descriptors_loop_length, end - 4 - data);
descriptors_loop_length, (gsize) (end - 4 - data));
goto error;
}
stream->descriptors =