rtpsession: fix typo in a comment, s/SESSION_LOCK/RTP_SESSION_LOCK/
authorAntonio Ospite <antonio.ospite@collabora.com>
Wed, 6 Mar 2019 11:59:52 +0000 (12:59 +0100)
committerAntonio Ospite <antonio.ospite@collabora.com>
Thu, 7 Mar 2019 11:41:40 +0000 (12:41 +0100)
Fix a typo in a comment, mainly to avoid confusing autocompletion in
text editors.

gst/rtpmanager/rtpsession.c

index 053e2e4..0708ab4 100644 (file)
@@ -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,