mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
mpegtspacketizer: fix log message printf format
This commit is contained in:
parent
7a7e769816
commit
6e321d2d87
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue