rtpsession: fix typo in a comment, s/SESSION_LOCK/RTP_SESSION_LOCK/
Fix a typo in a comment, mainly to avoid confusing autocompletion in text editors.
This commit is contained in:
parent
43e4226844
commit
38285e5bcf
@ -2068,7 +2068,7 @@ invalid_packet:
|
||||
/* update the RTPPacketInfo structure with the current time and other bits
|
||||
* about the current buffer we are handling.
|
||||
* This function is typically called when a validated packet is received.
|
||||
* This function should be called with the SESSION_LOCK
|
||||
* This function should be called with the RTP_SESSION_LOCK
|
||||
*/
|
||||
static gboolean
|
||||
update_packet_info (RTPSession * sess, RTPPacketInfo * pinfo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user