rtsp: Fixed a typo.
This commit is contained in:
parent
de18ad458f
commit
2dbd8702dd
@ -2953,7 +2953,7 @@ queue_response (GstRTSPWatch * watch, GString * str, guint cseq)
|
||||
{
|
||||
GstRTSPRec *data;
|
||||
|
||||
/* make a record with the message as a string ans cseq */
|
||||
/* make a record with the message as a string and cseq */
|
||||
data = g_slice_new (GstRTSPRec);
|
||||
data->str = str;
|
||||
data->cseq = cseq;
|
||||
|
Loading…
x
Reference in New Issue
Block a user