mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
mpeg2dec: use appropriate printf format for gsize
This commit is contained in:
parent
d1f6c462c4
commit
6461d0e035
1 changed files with 3 additions and 3 deletions
|
@ -325,8 +325,8 @@ gst_mpeg2dec_crop_buffer (GstMpeg2dec * dec, GstVideoCodecFrame * in_frame,
|
||||||
dinfo = &dec->decoded_info;
|
dinfo = &dec->decoded_info;
|
||||||
|
|
||||||
GST_CAT_LOG_OBJECT (GST_CAT_PERFORMANCE, dec,
|
GST_CAT_LOG_OBJECT (GST_CAT_PERFORMANCE, dec,
|
||||||
"Copying input buffer %ux%u (%u) to output buffer "
|
"Copying input buffer %ux%u (%" G_GSIZE_FORMAT ") to output buffer "
|
||||||
"%ux%u (%u)", dinfo->width, dinfo->height,
|
"%ux%u (%" G_GSIZE_FORMAT ")", dinfo->width, dinfo->height,
|
||||||
dinfo->size, info->width, info->height, info->size);
|
dinfo->size, info->width, info->height, info->size);
|
||||||
|
|
||||||
ret =
|
ret =
|
||||||
|
|
Loading…
Reference in a new issue