SDPMessage.parseUri

Parse the null-terminated uri and store the result in msg.

The uri should be of the form:

scheme://addresssessionname #type=value *[&type=value]

where value is url encoded. This looslely resembles http://tools.ietf.org/html/draft-fujikawa-sdp-url-01

Parameters

urithe start of the uri
msgthe result #GstSDPMessage

Returns

#GST_SDP_OK on success.