summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-02-05 16:16:31 +1100
committerMatthew Waters <matthew@centricular.com>2018-02-05 17:44:33 +1100
commit18a62b144d7b78302f255199ca26427180579fe9 (patch)
treefe68af5f58a92100f4b7e34a189ca38f1a921936
parentce98e7b87b02c044e297f6071740a15d1a6d3f25 (diff)
downloadgstreamer-plugins-bad-18a62b144d7b78302f255199ca26427180579fe9.tar.gz
dtlsenc: fix typo in is-client property description
-rw-r--r--ext/dtls/gstdtlsenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dtls/gstdtlsenc.c b/ext/dtls/gstdtlsenc.c
index 9c649354f..d6c6402f7 100644
--- a/ext/dtls/gstdtlsenc.c
+++ b/ext/dtls/gstdtlsenc.c
@@ -133,7 +133,7 @@ gst_dtls_enc_class_init (GstDtlsEncClass * klass)
properties[PROP_IS_CLIENT] =
g_param_spec_boolean ("is-client",
"Is client",
- "Set to true if the decoder should act as"
+ "Set to true if the decoder should act as "
"client and initiate the handshake",
DEFAULT_IS_CLIENT,
GST_PARAM_MUTABLE_READY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);