omxh264enc: fix typo in "periodicty-idr" property name

Also fix the 'nick' of the property.

https://bugzilla.gnome.org/show_bug.cgi?id=784370
This commit is contained in:
Guillaume Desmottes 2017-06-30 15:15:06 +02:00 committed by Nicolas Dufresne
parent 80c6dd46a1
commit 2034b26347

View file

@ -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,