mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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) {
|
switch (cipher) {
|
||||||
case GST_SRTP_CIPHER_AES_128_ICM:
|
case GST_SRTP_CIPHER_AES_128_ICM:
|
||||||
policy->cipher_type = AES_ICM;
|
policy->cipher_type = AES_128_ICM;
|
||||||
policy->cipher_key_len = 30;
|
policy->cipher_key_len = 30;
|
||||||
break;
|
break;
|
||||||
case GST_SRTP_CIPHER_NULL:
|
case GST_SRTP_CIPHER_NULL:
|
||||||
|
|
Loading…
Reference in a new issue