summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-07-14 12:44:12 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-07-14 12:44:31 +0100
commita7ea17a83d7a67205aeeb2ca4eefb14955995075 (patch)
treea4c06f9a7effd526d7a590359d4bc1d00984524b
parent3b6fa8e81a286db07669d0f432aa7df49ab58d67 (diff)
tee: fix typo in allow-not-linked property description
-rw-r--r--plugins/elements/gsttee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c
index 4575a882d..006ad26cc 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,