Home
last modified time | relevance | path

Searched refs:gst_query_set_uri (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesink.c332 gst_query_set_uri (query, uri); in gst_gio_base_sink_query()
Dgstgiobasesrc.c459 gst_query_set_uri (query, uri); in gst_gio_base_src_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c224 gst_query_set_uri (query, fdsink->uri); in gst_fd_sink_query()
Dgstfdsrc.c703 gst_query_set_uri (query, src->uri); in gst_fd_src_query()
Dgstfilesink.c526 gst_query_set_uri (query, self->uri); in gst_file_sink_query()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h468 void gst_query_set_uri (GstQuery *query, const gchar *uri);
Dgstquery.c1396 gst_query_set_uri (GstQuery * query, const gchar * uri) in gst_query_set_uri() function
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c449 gst_query_set_uri (query, src->uri); in gst_rtmp_src_query()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosassetsrc.m332 gst_query_set_uri (query, src->uri);
Davfassetsrc.m307 gst_query_set_uri (query, self->uri);
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c689 gst_query_set_uri (query, src->location); in gst_neonhttp_src_query()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1799 gst_query_set_uri (query, src->uri); in gst_curl_http_src_query()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c2888 gst_query_set_uri (query, src->location); in gst_soup_http_src_query()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c1371 gst_query_set_uri (query, uri); in gst_base_src_default_query()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2440 gst_query_set_uri (query, demux->manifest_uri); in gst_adaptive_demux_src_query()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c3263 gst_query_set_uri (query, uri); in gst_rtspsrc_handle_src_query()
/third_party/gstreamer/gstreamer/
DChangeLog90617 * gst/gstquery.c: (gst_query_new_uri), (gst_query_set_uri),