diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2017-06-30 15:15:06 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 15:47:19 +0000 |
commit | 7cf70e650b9ed1f2e4d8aaf823317b9abe8e0849 (patch) | |
tree | 41074da6b4d63ba0353056aa4fba50e1da9af2b3 /omx | |
parent | 8a981ceeee82fd40f41b4f1191f451419cf8cbfa (diff) | |
download | gst-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
Diffstat (limited to 'omx')
-rw-r--r-- | omx/gstomxh265enc.c | 2 |
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, |