mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
omxh265enc: fix typo in "periodicty-idr" property name
Also fix the 'nick' of the property. omxh265enc is based on the code from omxh264enc and suffers the same typo as we fixed in https://bugzilla.gnome.org/show_bug.cgi?id=784370 This element isn't part of a stable release yet so it's not an API break. https://bugzilla.gnome.org/show_bug.cgi?id=793390
This commit is contained in:
parent
8a981ceeee
commit
7cf70e650b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ gst_omx_h265_enc_class_init (GstOMXH265EncClass * klass)
|
|||
|
||||
#ifdef USE_OMX_TARGET_ZYNQ_USCALE_PLUS
|
||||
g_object_class_install_property (gobject_class, PROP_PERIODICITYOFIDRFRAMES,
|
||||
g_param_spec_uint ("periodicty-idr", "Target Bitrate",
|
||||
g_param_spec_uint ("periodicity-idr", "IDR periodicity",
|
||||
"Periodicity of IDR frames (0xffffffff=component default)",
|
||||
0, G_MAXUINT,
|
||||
GST_OMX_H265_VIDEO_ENC_PERIODICITY_OF_IDR_FRAMES_DEFAULT,
|
||||
|
|
Loading…
Reference in a new issue