mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
matroskamux: fix typo in property description
This commit is contained in:
parent
f227f65947
commit
7bd1909f4f
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ gst_matroska_mux_class_init (GstMatroskaMuxClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_MIN_CLUSTER_DURATION,
|
||||
g_param_spec_int64 ("min-cluster-duration", "Minimum cluster duration",
|
||||
"Desidered cluster duration as nanoseconds. A new cluster will be "
|
||||
"Desired cluster duration as nanoseconds. A new cluster will be "
|
||||
"created irrespective of this property if a force key unit event "
|
||||
"is received. 0 means create a new cluster for each video keyframe "
|
||||
"or for each audio buffer in audio only streams.", 0,
|
||||
|
|
Loading…
Reference in a new issue