Searched refs:gst_uri_append_path (Results 1 – 3 of 3) sorted by relevance
1017 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()
311 gboolean gst_uri_append_path (GstUri * uri,
2497 gst_uri_append_path (GstUri * uri, const gchar * relative_path) in gst_uri_append_path() function