Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c1008 fail_unless (gst_uri_append_path_segment (url, "here")); in GST_START_TEST()
1014 fail_unless (!gst_uri_append_path_segment (NULL, "fail")); in GST_START_TEST()
1015 fail_unless (gst_uri_append_path_segment (NULL, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h314 gboolean gst_uri_append_path_segment (GstUri * uri,
Dgsturi.c2534 gst_uri_append_path_segment (GstUri * uri, const gchar * path_segment) in gst_uri_append_path_segment() function