srtp: Spell 'mechanisms' right

This commit is contained in:
Andreas Frisch 2019-03-15 10:46:56 +01:00 committed by Jan Alexander Steffens (heftig)
parent 17343aa3be
commit 2f907b7e2d
No known key found for this signature in database
GPG key ID: DE5E0C5F25941CA5
2 changed files with 3 additions and 3 deletions

View file

@ -58,12 +58,12 @@
* For each packet received, it checks if the internal SSRC is in the list
* of streams already in use. If this is not the case, it sends a signal to
* the user to get the needed parameters to create a new stream : master
* key, encryption and authentication mecanisms for both RTP and RTCP. If
* key, encryption and authentication mechanisms for both RTP and RTCP. If
* the user can't provide those parameters, the buffer is dropped and a
* warning is emitted.
*
* This element uses libsrtp library. The encryption and authentication
* mecanisms available are :
* mechanisms available are :
*
* Encryption
* - AES_ICM 256 bits (maximum security)

View file

@ -64,7 +64,7 @@
* unless the user has set the relevant properties first. It also uses
* a master key that MUST be set by property (key) at the beginning. The
* master key must be of a maximum length of 46 characters (14 characters
* for the salt plus the key). The encryption and authentication mecanisms
* for the salt plus the key). The encryption and authentication mechanisms
* available are :
*
* Encryption (properties rtp-cipher and rtcp-cipher)