From 7cf70e650b9ed1f2e4d8aaf823317b9abe8e0849 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 30 Jun 2017 15:15:06 +0200 Subject: [PATCH] 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 --- omx/gstomxh265enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomxh265enc.c b/omx/gstomxh265enc.c index bc9a87d4a5..6e807de76a 100644 --- a/omx/gstomxh265enc.c +++ b/omx/gstomxh265enc.c @@ -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,