mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
srtp: use constant AES_128_ICM instead of AES_ICM that is not found
https://bugzilla.gnome.org/show_bug.cgi?id=695897
This commit is contained in:
parent
a80726c8d7
commit
2347c4e711
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ set_crypto_policy_cipher_auth (guint cipher, guint auth,
|
|||
{
|
||||
switch (cipher) {
|
||||
case GST_SRTP_CIPHER_AES_128_ICM:
|
||||
policy->cipher_type = AES_ICM;
|
||||
policy->cipher_type = AES_128_ICM;
|
||||
policy->cipher_key_len = 30;
|
||||
break;
|
||||
case GST_SRTP_CIPHER_NULL:
|
||||
|
|
Loading…
Reference in a new issue