Home
last modified time | relevance | path

Searched refs:_remove_dot_segments (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsturi.c997 static GList *_remove_dot_segments (GList * path);
1161 new_path = _remove_dot_segments (*path); in _gst_uri_normalize_path()
1214 _remove_dot_segments (GList * path) in _remove_dot_segments() function
1875 t->path = _remove_dot_segments (ref_uri->path); in gst_uri_join()
1882 t->path = _remove_dot_segments (ref_uri->path); in gst_uri_join()
1893 t->path = _remove_dot_segments (ref_uri->path); in gst_uri_join()
1896 t->path = _remove_dot_segments (mrgd); in gst_uri_join()
2099 new_path = _remove_dot_segments (uri->path); in gst_uri_is_normalized()