Home
last modified time | relevance | path

Searched refs:gst_uri_has_protocol (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsturi.h149 gboolean gst_uri_has_protocol (const gchar * uri,
Dgsturi.c426 gst_uri_has_protocol (const gchar * uri, const gchar * protocol) in gst_uri_has_protocol() function
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsturitranscodebin.c399 if (!gst_uri_has_protocol (self->dest_uri, "file")) { in set_location_on_muxer_if_sink()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c714 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()
/third_party/gstreamer/gstreamer/
DChangeLog94931 (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).
/third_party/gstreamer/gstplugins_bad/
DChangeLog180688 Use gst_uri_has_protocol().