mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
80c6dd46a1
commit
2034b26347
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue