From: Tim-Philipp Müller Date: Tue, 14 Jul 2015 11:44:12 +0000 (+0100) Subject: tee: fix typo in allow-not-linked property description X-Git-Tag: 1.6.1~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7ea17a83d7a67205aeeb2ca4eefb14955995075;p=platform%2Fupstream%2Fgstreamer.git tee: fix typo in allow-not-linked property description --- diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c index 4575a88..006ad26 100644 --- a/plugins/elements/gsttee.c +++ b/plugins/elements/gsttee.c @@ -281,8 +281,8 @@ gst_tee_class_init (GstTeeClass * klass) */ g_object_class_install_property (gobject_class, PROP_ALLOW_NOT_LINKED, g_param_spec_boolean ("allow-not-linked", "Allow not linked", - "Return GTS_FLOW_OK even if there are not source pads or all are " - "unlinked", DEFAULT_PROP_ALLOW_NOT_LINKED, + "Return GST_FLOW_OK even if there are no source pads or they are " + "all unlinked", DEFAULT_PROP_ALLOW_NOT_LINKED, G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); gst_element_class_set_static_metadata (gstelement_class,