mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dtlsenc: fix typo in is-client property description
This commit is contained in:
parent
ce98e7b87b
commit
18a62b144d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue