summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-06-30 15:15:06 +0200
committerTim-Philipp Müller <tim@centricular.com>2018-02-12 15:47:19 +0000
commit7cf70e650b9ed1f2e4d8aaf823317b9abe8e0849 (patch)
tree41074da6b4d63ba0353056aa4fba50e1da9af2b3
parent8a981ceeee82fd40f41b4f1191f451419cf8cbfa (diff)
downloadgst-omx-7cf70e650b9ed1f2e4d8aaf823317b9abe8e0849.tar.gz
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
-rw-r--r--omx/gstomxh265enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxh265enc.c b/omx/gstomxh265enc.c
index bc9a87d..6e807de 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,