Searched refs:gst_uri_has_protocol (Results 1 – 6 of 6) sorted by relevance
149 gboolean gst_uri_has_protocol (const gchar * uri,
426 gst_uri_has_protocol (const gchar * uri, const gchar * protocol) in gst_uri_has_protocol() function
399 if (!gst_uri_has_protocol (self->dest_uri, "file")) { in set_location_on_muxer_if_sink()
714 if (gst_uri_has_protocol (uri, "file")) { in play_uri_get_display_name()716 } else if (gst_uri_has_protocol (uri, "pushfile")) { in play_uri_get_display_name()
94931 (gst_uri_get_protocol), (gst_uri_has_protocol),95965 * gst/gsturi.c: (unescape_string), (gst_uri_has_protocol):112188 Add new API: gst_uri_has_protocol() (#333779).112191 * gst/gsturi.c: (gst_uri_has_protocol):112193 Add new API: gst_uri_has_protocol() (#333779).
180688 Use gst_uri_has_protocol().