mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue