Create a rtspurl.RTSPUrl boxed type.
Make a copy of url.
Splits the path of url on '/' boundaries, decoding the resulting components,
Get the port number of url.
Get a newly allocated string describing the request URI for url.
Get a newly allocated string describing the request URI for url combined with the control path for control_path
Returns this, for use in with statements.
Set the port number in url to port.
Get abspath field.
Set abspath field.
Get family field.
Set family field.
Get host field.
Set host field.
Get passwd field.
Set passwd field.
Get port field.
Set port field.
Get query field.
Set query field.
Get transports field.
Set transports field.
Get user field.
Set user field.
Parse the RTSP urlstr into a newly allocated #GstRTSPUrl. Free after usage with gstrtsp.rtspurl.RTSPUrl.free.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Provides helper functions to handle RTSP urls.