summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-06-30 15:15:06 +0200
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-07-12 16:23:29 -0400
commit2034b26347bd3bbb330d90d8495c2685a3849af1 (patch)
tree84976c069df3607c98db96381bab5b5795b83962 /omx/gstomxh264enc.c
parent80c6dd46a1e290716cc22e23ffdf076ea69a775a (diff)
downloadgst-omx-2034b26347bd3bbb330d90d8495c2685a3849af1.tar.gz
omxh264enc: fix typo in "periodicty-idr" property name
Also fix the 'nick' of the property. https://bugzilla.gnome.org/show_bug.cgi?id=784370
Diffstat (limited to 'omx/gstomxh264enc.c')
-rw-r--r--omx/gstomxh264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxh264enc.c b/omx/gstomxh264enc.c
index dc2cda0..7c026f0 100644
--- a/omx/gstomxh264enc.c
+++ b/omx/gstomxh264enc.c
@@ -103,7 +103,7 @@ gst_omx_h264_enc_class_init (GstOMXH264EncClass * klass)
#endif
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_H264_VIDEO_ENC_PERIODICITY_OF_IDR_FRAMES_DEFAULT,