mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
rtsp: fix little typo in the comments
This commit is contained in:
parent
fc8c5cba15
commit
eed784b372
1 changed files with 1 additions and 1 deletions
|
@ -2997,7 +2997,7 @@ gst_rtsp_watch_queue_message (GstRTSPWatch * watch, GstRTSPMessage * message)
|
|||
cseq = -1;
|
||||
}
|
||||
|
||||
/* make a record with the message as a string ans cseq */
|
||||
/* make a record with the message as a string and cseq */
|
||||
data = queue_response (watch, message_to_string (watch->conn, message), cseq);
|
||||
|
||||
return cseq;
|
||||
|
|
Loading…
Reference in a new issue