Searched refs:gst_uri_set_fragment (Results 1 – 3 of 3) sorted by relevance
1078 fail_unless (gst_uri_set_fragment (url, NULL)); in GST_START_TEST()1085 fail_unless (gst_uri_set_fragment (url, "tag")); in GST_START_TEST()1092 fail_unless (!gst_uri_set_fragment (NULL, "can't set if no URI")); in GST_START_TEST()1093 fail_unless (gst_uri_set_fragment (NULL, NULL)); in GST_START_TEST()
349 gboolean gst_uri_set_fragment (GstUri * uri, const gchar * fragment);
2850 gst_uri_set_fragment (GstUri * uri, const gchar * fragment) in gst_uri_set_fragment() function