omxh264enc: fix typo in "periodicty-idr" property name
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 30 Jun 2017 13:15:06 +0000 (15:15 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 12 Jul 2017 20:23:29 +0000 (16:23 -0400)
Also fix the 'nick' of the property.

https://bugzilla.gnome.org/show_bug.cgi?id=784370

omx/gstomxh264enc.c

index dc2cda0..7c026f0 100644 (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,