Searched refs:rtcppad (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 337 if (stream->rtcppad) { in gst_sdp_demux_stream_free() 339 gst_element_release_request_pad (demux->session, stream->rtcppad); in gst_sdp_demux_stream_free() 341 gst_object_unref (stream->rtcppad); in gst_sdp_demux_stream_free() 342 stream->rtcppad = NULL; in gst_sdp_demux_stream_free() 913 stream->rtcppad = gst_element_request_pad_simple (demux->session, name); in gst_sdp_demux_stream_configure_udp_sink() 917 if (stream->rtcppad) { in gst_sdp_demux_stream_configure_udp_sink() 919 gst_pad_link (stream->rtcppad, sinkpad); in gst_sdp_demux_stream_configure_udp_sink()
|
D | gstsdpdemux.h | 77 GstPad *rtcppad; member
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.h | 124 GstPad *rtcppad; member
|
D | gstrtspsrc.c | 2477 if (stream->rtcppad) in gst_rtspsrc_stream_free() 2478 gst_object_unref (stream->rtcppad); in gst_rtspsrc_stream_free() 4305 stream->rtcppad = gst_pad_new_from_template (template, "internalsink_0"); in gst_rtspsrc_stream_configure_tcp() 4306 gst_pad_set_chain_function (stream->rtcppad, gst_rtspsrc_sink_chain); in gst_rtspsrc_stream_configure_tcp() 4307 gst_pad_set_element_private (stream->rtcppad, stream); in gst_rtspsrc_stream_configure_tcp() 4308 gst_pad_set_active (stream->rtcppad, TRUE); in gst_rtspsrc_stream_configure_tcp() 4317 gst_pad_link_full (pad, stream->rtcppad, GST_PAD_LINK_CHECK_NOTHING); in gst_rtspsrc_stream_configure_tcp() 4699 stream->rtcppad = gst_element_get_static_pad (stream->udpsink[1], "sink"); in gst_rtspsrc_stream_configure_udp_sinks() 4708 gst_pad_link_full (pad, stream->rtcppad, GST_PAD_LINK_CHECK_NOTHING); in gst_rtspsrc_stream_configure_udp_sinks()
|