Searched refs:path_segments (Results 1 – 2 of 2) sorted by relevance
2467 gst_uri_set_path_segments (GstUri * uri, GList * path_segments) in gst_uri_set_path_segments() argument2472 if (path_segments) in gst_uri_set_path_segments()2473 g_list_free_full (path_segments, g_free); in gst_uri_set_path_segments()2474 return path_segments == NULL; in gst_uri_set_path_segments()2480 uri->path = path_segments; in gst_uri_set_path_segments()
308 gboolean gst_uri_set_path_segments (GstUri * uri, GList * path_segments);