Lines Matching refs:rtcp_src
111 GstElement *rtcp_src; member
196 bond->rtcp_src = gst_element_factory_make ("udpsrc", name); in gst_rist_src_add_bond()
199 if (!bond->rtp_src || !bond->rtcp_src || !bond->rtcp_sink) { in gst_rist_src_add_bond()
201 g_clear_object (&bond->rtcp_src); in gst_rist_src_add_bond()
207 gst_bin_add_many (GST_BIN (src), bond->rtp_src, bond->rtcp_src, in gst_rist_src_add_bond()
215 gst_element_link_pads (bond->rtcp_src, "src", src->rtpbin, name); in gst_rist_src_add_bond()
502 GstElement *rtcp_src; in gst_rist_src_on_recv_rtcp() local
506 rtcp_src = GST_ELEMENT (gst_pad_get_parent (pad)); in gst_rist_src_on_recv_rtcp()
512 if (b->rtcp_src == rtcp_src) { in gst_rist_src_on_recv_rtcp()
517 gst_object_unref (rtcp_src); in gst_rist_src_on_recv_rtcp()
609 g_object_get (bond->rtcp_src, "used-socket", &socket, NULL); in gst_rist_src_setup_rtcp_socket()
639 pad = gst_element_get_static_pad (bond->rtcp_src, "src"); in gst_rist_src_setup_rtcp_socket()
848 pad = gst_element_get_static_pad (bond->rtcp_src, "src"); in gst_rist_src_stop()
910 g_object_set (G_OBJECT (bond->rtcp_src), "address", address, in gst_rist_src_update_bond_address()
1043 g_object_set (G_OBJECT (bond->rtcp_src), "loop", loop, NULL); in gst_rist_src_set_multicast_loopback()
1149 g_object_set_property (G_OBJECT (bond->rtcp_src), "address", value); in gst_rist_src_set_property()
1165 g_object_set (bond->rtcp_src, "port", port + 1, NULL); in gst_rist_src_set_property()
1209 g_object_set_property (G_OBJECT (bond->rtcp_src), in gst_rist_src_set_property()