diff options
Diffstat (limited to 'ext/srtp/gstsrtp.c')
-rw-r--r-- | ext/srtp/gstsrtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/srtp/gstsrtp.c b/ext/srtp/gstsrtp.c index c108de2cc..427db7cf5 100644 --- a/ext/srtp/gstsrtp.c +++ b/ext/srtp/gstsrtp.c @@ -172,8 +172,8 @@ rtcp_buffer_get_ssrc (GstBuffer * buf, guint32 * ssrc) } void -set_crypto_policy_cipher_auth (guint cipher, guint auth, - crypto_policy_t * policy) +set_crypto_policy_cipher_auth (GstSrtpCipherType cipher, + GstSrtpAuthType auth, crypto_policy_t * policy) { switch (cipher) { case GST_SRTP_CIPHER_AES_128_ICM: |