/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 101 return GST_URI_SINK; in uri_handler_get_type_sink() 251 case GST_URI_SINK: in gst_rtmp_location_handler_implement_uri_handler()
|
D | gstrtmp2sink.c | 278 gst_rtmp_location_handler_implement_uri_handler (iface, GST_URI_SINK); in gst_rtmp2_sink_uri_handler_init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 79 GST_URI_SINK, enumerator 89 #define GST_URI_TYPE_IS_VALID(type) ((type) == GST_URI_SRC || (type) == GST_URI_SINK)
|
D | gsturi.c | 652 GST_DEBUG ("No %s for URI '%s'", type == GST_URI_SINK ? "sink" : "source", in gst_element_make_from_uri() 692 type == GST_URI_SINK ? "sink" : "source", uri); in gst_element_make_from_uri()
|
D | gstenumtypes.c | 1862 { C_ENUM(GST_URI_SINK), "GST_URI_SINK", "sink" }, in gst_uri_type_get_type()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgioelement.c | 143 return GST_URI_SINK; in gst_gio_uri_handler_get_type_sink()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsink.c | 227 return GST_URI_SINK; in gst_udpsink_uri_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsink.c | 391 return GST_URI_SINK; in gst_srt_sink_uri_get_type()
|
D | gstsrtobject.c | 1198 case GST_URI_SINK: in gst_srt_object_connect() 1831 (srtobject->element)) == GST_URI_SINK, -1); in gst_srt_object_write()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsink.c | 314 return GST_URI_SINK; in gst_rtmp_sink_uri_get_type()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | dataurisrc.c | 510 sink = gst_element_make_from_uri (GST_URI_SINK, data_uri, NULL, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | encoding.c | 287 sink = gst_element_make_from_uri (GST_URI_SINK, outputuri, "sink", NULL); in transcode_file()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 596 return GST_URI_SINK; in gst_fd_sink_uri_get_type()
|
D | gstfilesink.c | 1070 return GST_URI_SINK; in gst_file_sink_uri_get_type()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 891 GST_URI_SINK) in print_uri_handler_info() 1402 case GST_URI_SINK: in print_all_uri_handlers() 1878 case GST_URI_SINK: in print_plugin_automatic_install_info_protocols()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gsturitranscodebin.c | 136 self->sink = gst_element_make_from_uri (GST_URI_SINK, self->dest_uri, in make_dest()
|
/third_party/gstreamer/gstplugins_bad/gst/rtp/ |
D | gstrtpsink.c | 685 return GST_URI_SINK; in gst_rtp_sink_uri_get_type()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 873 stream->udpsink = gst_element_make_from_uri (GST_URI_SINK, uri, NULL, NULL); in gst_sdp_demux_stream_configure_udp_sink()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y | 986 gst_element_make_from_uri (GST_URI_SINK, $3, NULL, NULL);
|
D | grammar.y.in | 986 gst_element_make_from_uri (GST_URI_SINK, $3, NULL, NULL);
|
D | grammar.tab.c | 2419 gst_element_make_from_uri (GST_URI_SINK, (yyvsp[0].ss), NULL, NULL); in yyparse()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsink.c | 2014 return GST_URI_SINK; in gst_app_sink_uri_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 4599 gst_element_make_from_uri (GST_URI_SINK, uri, NULL, NULL); in gst_rtspsrc_stream_configure_udp_sinks() 4664 gst_element_make_from_uri (GST_URI_SINK, uri, NULL, NULL); in gst_rtspsrc_stream_configure_udp_sinks()
|