mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
omxh264enc: fix typo in 'set_avc_intra_period'
https://bugzilla.gnome.org/show_bug.cgi?id=784379
This commit is contained in:
parent
2be1214cab
commit
1fbb8a3fb8
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ update_param_avc (GstOMXH264Enc * self,
|
|||
}
|
||||
|
||||
static gboolean
|
||||
set_avc_intra_perdiod (GstOMXH264Enc * self)
|
||||
set_avc_intra_period (GstOMXH264Enc * self)
|
||||
{
|
||||
OMX_VIDEO_CONFIG_AVCINTRAPERIOD config_avcintraperiod;
|
||||
OMX_ERRORTYPE err;
|
||||
|
@ -518,7 +518,7 @@ gst_omx_h264_enc_set_format (GstOMXVideoEnc * enc, GstOMXPort * port,
|
|||
GST_OMX_H264_VIDEO_ENC_PERIODICITY_OF_IDR_FRAMES_DEFAULT
|
||||
|| self->interval_intraframes !=
|
||||
GST_OMX_H264_VIDEO_ENC_INTERVAL_OF_CODING_INTRA_FRAMES_DEFAULT) {
|
||||
set_avc_intra_perdiod (self);
|
||||
set_avc_intra_period (self);
|
||||
}
|
||||
#ifdef USE_OMX_TARGET_RPI
|
||||
/* The Pi uses a specific OMX setting to configure the intra period */
|
||||
|
|
Loading…
Reference in a new issue