dtlsenc: fix typo in is-client property description

This commit is contained in:
Matthew Waters 2018-02-05 16:16:31 +11:00
parent ce98e7b87b
commit 18a62b144d

View file

@ -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);