Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c399 fail_unless (gst_uri_query_has_key (uri, tests[i].uri.query[j].key)); in GST_START_TEST()
455 fail_unless (gst_uri_query_has_key (uri, in GST_START_TEST()
540 fail_unless (gst_uri_query_has_key (url, "query")); in GST_START_TEST()
1188 fail_unless (gst_uri_query_has_key (url, "token")); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h335 gboolean gst_uri_query_has_key (const GstUri * uri,
Dgsturi.c2758 gst_uri_query_has_key (const GstUri * uri, const gchar * query_key) in gst_uri_query_has_key() function