/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 107 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/ |
D | gsturi.h | 80 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/ |
D | decodebin3.c | 287 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/ |
D | gsturi.c | 35 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/ |
D | dataurisrc.c | 488 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/ |
D | gstgioelement.c | 149 return GST_URI_SRC; in gst_gio_uri_handler_get_type_src()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpsrc.c | 286 return GST_URI_SRC; in gst_sdp_src_get_uri_type()
|
D | gstsdpdemux.c | 784 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/ |
D | gstsrtobject.c | 967 (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()
|
D | gstsrtsrc.c | 447 return GST_URI_SRC; in gst_srt_src_uri_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstpushfilesrc.c | 369 return GST_URI_SRC; in gst_push_file_src_uri_get_type()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | playbin.c | 613 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/ |
D | gstmicrodnsdevice.c | 305 if (!(factory = get_factory_for_uri (GST_URI_SRC, uri))) { in callback()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstdataurisrc.c | 292 return GST_URI_SRC; in gst_data_uri_src_get_uri_type()
|
D | gstfilesrc.c | 618 return GST_URI_SRC; in gst_file_src_uri_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrcbin.cpp | 374 return GST_URI_SRC; in gst_wpe_src_uri_get_type()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsttestsrcbin.c | 94 return GST_URI_SRC; in gst_test_src_bin_uri_handler_get_type()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2radio.c | 519 return GST_URI_SRC; in gst_v4l2radio_uri_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesrc.c | 495 return GST_URI_SRC; in gst_multi_file_src_uri_get_type()
|
D | gstsplitfilesrc.c | 553 return GST_URI_SRC; in gst_split_file_src_uri_get_type()
|
D | gstimagesequencesrc.c | 116 return GST_URI_SRC; in gst_image_sequence_src_uri_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | gstgssrc.cpp | 594 return GST_URI_SRC; in gst_gs_src_uri_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 212 return GST_URI_SRC; in gst_rtmp_src_uri_get_type()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 888 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/ |
D | iosassetsrc.m | 394 return GST_URI_SRC;
|