Searched refs:gst_uri_set_fragment (Results 1 – 4 of 4) sorted by relevance
1015 fail_unless (gst_uri_set_fragment (url, NULL)); in GST_START_TEST()1022 fail_unless (gst_uri_set_fragment (url, "tag")); in GST_START_TEST()1029 fail_unless (!gst_uri_set_fragment (NULL, "can't set if no URI")); in GST_START_TEST()1030 fail_unless (gst_uri_set_fragment (NULL, NULL)); in GST_START_TEST()
343 gboolean gst_uri_set_fragment (GstUri * uri, const gchar * fragment);
2794 gst_uri_set_fragment (GstUri * uri, const gchar * fragment) in gst_uri_set_fragment() function
3582 gst_uri_set_fragment