Lines Matching refs:GstRTSPUrl
59 G_DEFINE_BOXED_TYPE (GstRTSPUrl, gst_rtsp_url,
101 gst_rtsp_url_parse (const gchar * urlstr, GstRTSPUrl ** url) in gst_rtsp_url_parse()
103 GstRTSPUrl *res; in gst_rtsp_url_parse()
111 res = g_new0 (GstRTSPUrl, 1); in gst_rtsp_url_parse()
227 GstRTSPUrl *
228 gst_rtsp_url_copy (const GstRTSPUrl * url) in gst_rtsp_url_copy()
230 GstRTSPUrl *res; in gst_rtsp_url_copy()
234 res = g_new0 (GstRTSPUrl, 1); in gst_rtsp_url_copy()
255 gst_rtsp_url_free (GstRTSPUrl * url) in gst_rtsp_url_free()
278 gst_rtsp_url_set_port (GstRTSPUrl * url, guint16 port) in gst_rtsp_url_set_port()
297 gst_rtsp_url_get_port (const GstRTSPUrl * url, guint16 * port) in gst_rtsp_url_get_port()
320 gst_rtsp_url_get_request_uri (const GstRTSPUrl * url) in gst_rtsp_url_get_request_uri()
340 gst_rtsp_url_get_request_uri_with_control (const GstRTSPUrl * url, in gst_rtsp_url_get_request_uri_with_control()
454 gst_rtsp_url_decode_path_components (const GstRTSPUrl * url) in gst_rtsp_url_decode_path_components()