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.c983 static GList *_remove_dot_segments (GList * path);
1147 new_path = _remove_dot_segments (*path); in _gst_uri_normalize_path()
1200 _remove_dot_segments (GList * path) in _remove_dot_segments() function
1819 t->path = _remove_dot_segments (ref_uri->path); in gst_uri_join()
1826 t->path = _remove_dot_segments (ref_uri->path); in gst_uri_join()
1837 t->path = _remove_dot_segments (ref_uri->path); in gst_uri_join()
1840 t->path = _remove_dot_segments (mrgd); in gst_uri_join()
2043 new_path = _remove_dot_segments (uri->path); in gst_uri_is_normalized()