mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
omxh264enc: Fix compiler warnings
This commit is contained in:
parent
e55bf0a4c5
commit
922d036ae7
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue