mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-27 11:32:51 +00:00
dtlsdec: Fix typo
This commit is contained in:
parent
a8627a1df7
commit
49aba362a8
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ gst_dtls_dec_class_init (GstDtlsDecClass * klass)
|
|||
properties[PROP_DECODER_KEY] =
|
||||
g_param_spec_boxed ("decoder-key",
|
||||
"Decoder key",
|
||||
"SRTP key that should be used by the decider",
|
||||
"SRTP key that should be used by the decoder",
|
||||
GST_TYPE_CAPS, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
|
||||
|
||||
properties[PROP_SRTP_CIPHER] =
|
||||
|
|
Loading…
Reference in a new issue