mpegtspacketizer: fix log message printf format

This commit is contained in:
Tim-Philipp Müller 2011-02-18 15:17:17 +00:00
parent 7a7e769816
commit 6e321d2d87

View file

@ -2177,7 +2177,7 @@ mpegts_try_discover_packet_size (MpegTSPacketizer2 * packetizer)
packetizer->know_packet_size, packetizer->packet_size);
/* flush to sync byte */
if (pos > 0) {
GST_DEBUG ("Flushing out %d bytes");
GST_DEBUG ("Flushing out %d bytes", pos);
gst_adapter_flush (packetizer->adapter, pos);
packetizer->offset += pos;
} else if (!packetizer->know_packet_size) {