Free a null-terminated array of credentials returned from gstrtsp.rtspmessage.RTSPMessage.parseAuthCredentials.
Convert header to a #GstRTSPHeaderField.
Convert method to a #GstRTSPMethod.
Calculates the digest auth response from the values given by the server and the username and password. See RFC2069 for details.
Calculates the digest auth response from the values given by the server and the md5sum. See RFC2069 for details.
Check whether field may appear multiple times in a message.
Convert field to a string.
Create a new initialized #GstRTSPMessage. Free with gstrtsp.rtspmessage.RTSPMessage.free.
Create a new data #GstRTSPMessage with channel and store the result message in msg. Free with gstrtsp.rtspmessage.RTSPMessage.free.
Create a new #GstRTSPMessage with method and uri and store the result request message in msg. Free with gstrtsp.rtspmessage.RTSPMessage.free.
Create a new response #GstRTSPMessage with code and reason and store the result message in msg. Free with gstrtsp.rtspmessage.RTSPMessage.free.
Convert options to a string.
Convert the comma separated list options to a #GstRTSPMethod bitwise or of methods. This functions is the reverse of gstrtsp.global.rtspOptionsAsText.
Convert code to a string.
Convert result in a human readable string.