mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
srtp: Spell 'mechanisms' right
This commit is contained in:
parent
17343aa3be
commit
2f907b7e2d
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue