Home
last modified time | relevance | path

Searched refs:GST_URI_SRC (Results 1 – 25 of 54) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2locationhandler.c107 return GST_URI_SRC; in uri_handler_get_type_src()
254 case GST_URI_SRC: in gst_rtmp_location_handler_implement_uri_handler()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h80 GST_URI_SRC enumerator
89 #define GST_URI_TYPE_IS_VALID(type) ((type) == GST_URI_SRC || (type) == GST_URI_SINK)
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Ddecodebin3.c287 gst_element_make_from_uri (GST_URI_SRC, argv[1], "source", &error); in main()
318 gst_element_make_from_uri (GST_URI_SRC, argv[i], NULL, &error); in main()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c35 element = gst_element_make_from_uri (GST_URI_SRC, "file:///foo/bar", NULL, in GST_START_TEST()
45 element = gst_element_make_from_uri (GST_URI_SRC, "FILE:///foo/bar", NULL, in GST_START_TEST()
183 element = gst_element_make_from_uri (GST_URI_SRC, "foo://", NULL, NULL); in GST_START_TEST()
186 element = gst_element_make_from_uri (GST_URI_SRC, "foo://", NULL, &err); in GST_START_TEST()
195 element = gst_element_make_from_uri (GST_URI_SRC, "file://host/foo", NULL, in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/elements/
Ddataurisrc.c488 GST_URI_SRC); in GST_START_TEST()
513 src = gst_element_make_from_uri (GST_URI_SRC, data_uri, NULL, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgioelement.c149 return GST_URI_SRC; in gst_gio_uri_handler_get_type_src()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c286 return GST_URI_SRC; in gst_sdp_src_get_uri_type()
Dgstsdpdemux.c784 gst_element_make_from_uri (GST_URI_SRC, uri, NULL, NULL); in gst_sdp_demux_stream_configure_udp()
825 gst_element_make_from_uri (GST_URI_SRC, uri, NULL, NULL); in gst_sdp_demux_stream_configure_udp()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c967 (srtobject->element)) == GST_URI_SRC) { in thread_func()
997 GST_URI_SRC) in thread_func()
1194 case GST_URI_SRC: in gst_srt_object_connect()
1499 (srtobject->element)) == GST_URI_SRC, -1); in gst_srt_object_read()
Dgstsrtsrc.c447 return GST_URI_SRC; in gst_srt_src_uri_get_type()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c369 return GST_URI_SRC; in gst_push_file_src_uri_get_type()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin.c613 return GST_URI_SRC; in gst_red_video_src_uri_get_type()
722 return GST_URI_SRC; in gst_codec_src_uri_get_type()
/third_party/gstreamer/gstplugins_bad/ext/mdns/
Dgstmicrodnsdevice.c305 if (!(factory = get_factory_for_uri (GST_URI_SRC, uri))) { in callback()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdataurisrc.c292 return GST_URI_SRC; in gst_data_uri_src_get_uri_type()
Dgstfilesrc.c618 return GST_URI_SRC; in gst_file_src_uri_get_type()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp374 return GST_URI_SRC; in gst_wpe_src_uri_get_type()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c94 return GST_URI_SRC; in gst_test_src_bin_uri_handler_get_type()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2radio.c519 return GST_URI_SRC; in gst_v4l2radio_uri_get_type()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c495 return GST_URI_SRC; in gst_multi_file_src_uri_get_type()
Dgstsplitfilesrc.c553 return GST_URI_SRC; in gst_split_file_src_uri_get_type()
Dgstimagesequencesrc.c116 return GST_URI_SRC; in gst_image_sequence_src_uri_get_type()
/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssrc.cpp594 return GST_URI_SRC; in gst_gs_src_uri_get_type()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c212 return GST_URI_SRC; in gst_rtmp_src_uri_get_type()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c888 if (gst_uri_handler_get_uri_type (GST_URI_HANDLER (element)) == GST_URI_SRC) in print_uri_handler_info()
1399 case GST_URI_SRC: in print_all_uri_handlers()
1884 case GST_URI_SRC: in print_plugin_automatic_install_info_protocols()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosassetsrc.m394 return GST_URI_SRC;

123