mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
theoraenc: fix printf format variable
This commit is contained in:
parent
7f134c1441
commit
772e3d514d
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ theora_enc_buffer_from_header_packet (GstTheoraEnc * enc, ogg_packet * packet)
|
|||
GST_BUFFER_TIMESTAMP (outbuf) = GST_CLOCK_TIME_NONE;
|
||||
GST_BUFFER_DURATION (outbuf) = GST_CLOCK_TIME_NONE;
|
||||
|
||||
GST_DEBUG ("created header packet buffer, %d bytes",
|
||||
GST_DEBUG ("created header packet buffer, %zu bytes",
|
||||
gst_buffer_get_size (outbuf));
|
||||
return outbuf;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue