Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c1035 fail_unless (gst_uri_set_path_segments (url, tmp_list)); in GST_START_TEST()
1042 fail_unless (!gst_uri_set_path_segments (NULL, tmp_list)); in GST_START_TEST()
1043 fail_unless (gst_uri_set_path_segments (NULL, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h308 gboolean gst_uri_set_path_segments (GstUri * uri, GList * path_segments);
Dgsturi.c2467 gst_uri_set_path_segments (GstUri * uri, GList * path_segments) in gst_uri_set_path_segments() function