mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
theoradec: printf format fix
This commit is contained in:
parent
b5620e1241
commit
34e6718da9
1 changed files with 2 additions and 2 deletions
|
@ -1346,8 +1346,8 @@ theora_dec_decode_buffer (GstTheoraDec * dec, GstBuffer * buf)
|
|||
dec->last_timestamp = -1;
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (dec, "header=%02x packetno=%lld, granule pos=%"
|
||||
G_GINT64_FORMAT ", outtime=%" GST_TIME_FORMAT,
|
||||
GST_DEBUG_OBJECT (dec, "header=%02x packetno=%" G_GINT64_FORMAT ", "
|
||||
"granule pos=%" G_GINT64_FORMAT ", outtime=%" GST_TIME_FORMAT,
|
||||
packet.bytes ? packet.packet[0] : -1, packet.packetno,
|
||||
(gint64) packet.granulepos, GST_TIME_ARGS (dec->last_timestamp));
|
||||
|
||||
|
|
Loading…
Reference in a new issue