summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xomx/gstomxh264enc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/omx/gstomxh264enc.c b/omx/gstomxh264enc.c
index b5c14eb..3c49cd9 100755
--- a/omx/gstomxh264enc.c
+++ b/omx/gstomxh264enc.c
@@ -254,7 +254,8 @@ gst_omx_h264_enc_set_format (GstOMXVideoEnc * enc, GstOMXPort * port,
}
GST_DEBUG_OBJECT (self, "default nPFrames:%u, nIDRPeriod:%u",
- config_avcintraperiod.nPFrames, config_avcintraperiod.nIDRPeriod);
+ (guint) config_avcintraperiod.nPFrames,
+ (guint) config_avcintraperiod.nIDRPeriod);
if (self->periodicty_idr !=
GST_OMX_H264_VIDEO_ENC_PERIODICITY_OF_IDR_FRAMES_DEFAULT) {