From 7bd1909f4fc4763a2e55ccbc0b1fdbc5795f6452 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Mon, 3 Jun 2019 16:21:12 -0400 Subject: [PATCH] matroskamux: fix typo in property description --- gst/matroska/matroska-mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index d05bcc5b6b..ccfdf45273 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -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,