diff --git a/ext/srtp/gstsrtp.c b/ext/srtp/gstsrtp.c index cf07d26a9a..30f765c94b 100644 --- a/ext/srtp/gstsrtp.c +++ b/ext/srtp/gstsrtp.c @@ -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: