Lines Matching refs:rtcp_src
234 gst_element_link_pads (self->rtcp_src, "src", self->rtpbin, name); in gst_rtp_sink_setup_elements()
451 gst_element_set_locked_state (self->rtcp_src, FALSE); in gst_rtp_sink_reuse_socket()
452 gst_element_sync_state_with_parent (self->rtcp_src); in gst_rtp_sink_reuse_socket()
455 g_object_get (self->rtcp_src, "used-socket", &socket, NULL); in gst_rtp_sink_reuse_socket()
501 g_object_set (self->rtcp_src, "address", remote_addr, "port", in gst_rtp_sink_start()
505 g_object_set (self->rtcp_src, "multicast-iface", self->multi_iface, NULL); in gst_rtp_sink_start()
516 g_object_set (self->rtcp_src, "address", any_addr, "port", 0, NULL); in gst_rtp_sink_start()
586 self->rtcp_src = NULL; in gst_rtp_sink_init()
640 self->rtcp_src = gst_element_factory_make ("udpsrc", "rtp_rtcp_udpsrc0"); in gst_rtp_sink_init()
641 if (self->rtcp_src == NULL) { in gst_rtp_sink_init()
656 gst_bin_add (GST_BIN (self), self->rtcp_src); in gst_rtp_sink_init()
659 gst_element_set_locked_state (self->rtcp_src, TRUE); in gst_rtp_sink_init()
664 g_object_set (self->rtcp_src, "caps", caps, NULL); in gst_rtp_sink_init()