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
@ -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…
x
Reference in New Issue
Block a user