Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstquery.c101 {GST_QUERY_URI, "uri", 0},
1383 query = gst_query_new_custom (GST_QUERY_URI, structure); in gst_query_new_uri()
1400 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_URI); in gst_query_set_uri()
1423 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_URI); in gst_query_parse_uri()
1445 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_URI); in gst_query_set_uri_redirection()
1471 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_URI); in gst_query_parse_uri_redirection()
1496 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_URI); in gst_query_set_uri_redirection_permanent()
1523 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_URI); in gst_query_parse_uri_redirection_permanent()
Dgstquery.h121 GST_QUERY_URI = GST_QUERY_MAKE_TYPE (130, FLAG(BOTH)), enumerator
Dgstenumtypes.c1352 { C_ENUM(GST_QUERY_URI), "GST_QUERY_URI", "uri" }, in gst_query_type_get_type()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesink.c336 case GST_QUERY_URI: in gst_gio_base_sink_query()
Dgstgiobasesrc.c440 case GST_QUERY_URI: in gst_gio_base_src_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c216 case GST_QUERY_URI: in gst_fd_sink_query()
Dgstfdsrc.c696 case GST_QUERY_URI: in gst_fd_src_query()
Dgstfilesink.c470 case GST_QUERY_URI: in gst_file_sink_query()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c439 case GST_QUERY_URI: in gst_rtmp_src_query()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosassetsrc.m332 case GST_QUERY_URI:
Davfassetsrc.m313 case GST_QUERY_URI:
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c683 case GST_QUERY_URI: in gst_neonhttp_src_query()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1468 case GST_QUERY_URI: in gst_curl_http_src_query()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c2426 case GST_QUERY_URI: in gst_soup_http_src_query()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c1304 case GST_QUERY_URI:{ in gst_base_src_default_query()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2118 case GST_QUERY_URI: in gst_adaptive_demux_src_query()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c3055 case GST_QUERY_URI: in gst_rtspsrc_handle_src_query()