Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c1017 fail_unless (gst_uri_append_path (url, "../there")); in GST_START_TEST()
1023 fail_unless (!gst_uri_append_path (NULL, "fail")); in GST_START_TEST()
1024 fail_unless (gst_uri_append_path (NULL, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h311 gboolean gst_uri_append_path (GstUri * uri,
Dgsturi.c2497 gst_uri_append_path (GstUri * uri, const gchar * relative_path) in gst_uri_append_path() function