• Home
  • Raw
  • Download

Lines Matching refs:rtpbin

119 gst_rtp_src_rtpbin_request_pt_map_cb (GstElement * rtpbin, guint session_id,  in gst_rtp_src_rtpbin_request_pt_map_cb()  argument
247 g_object_set (self->rtpbin, "latency", g_value_get_uint (value), NULL); in gst_rtp_src_set_property()
310 g_object_get_property (G_OBJECT (self->rtpbin), "latency", value); in gst_rtp_src_get_property()
485 clear_ssrc (GstElement * rtpbin, GstPad * gpad) in clear_ssrc() argument
501 g_signal_emit_by_name (rtpbin, "clear-ssrc", 0, ssrc); in clear_ssrc()
579 gst_rtp_src_rtpbin_on_ssrc_collision_cb (GstElement * rtpbin, guint session_id, in gst_rtp_src_rtpbin_on_ssrc_collision_cb() argument
590 gst_rtp_src_rtpbin_on_new_ssrc_cb (GstElement * rtpbin, guint session_id, in gst_rtp_src_rtpbin_on_new_ssrc_cb() argument
804 self->rtpbin = NULL; in gst_rtp_src_init()
832 self->rtpbin = gst_element_factory_make ("rtpbin", "rtp_recv_rtpbin0"); in gst_rtp_src_init()
833 if (self->rtpbin == NULL) { in gst_rtp_src_init()
837 g_object_set (self->rtpbin, "autoremove", TRUE, NULL); in gst_rtp_src_init()
839 gst_bin_add (GST_BIN (self), self->rtpbin); in gst_rtp_src_init()
842 g_signal_connect_object (self->rtpbin, "pad-added", in gst_rtp_src_init()
844 g_signal_connect_object (self->rtpbin, "pad-removed", in gst_rtp_src_init()
846 g_signal_connect_object (self->rtpbin, "request-pt-map", in gst_rtp_src_init()
848 g_signal_connect_object (self->rtpbin, "on-new-ssrc", in gst_rtp_src_init()
850 g_signal_connect_object (self->rtpbin, "on-ssrc-collision", in gst_rtp_src_init()
883 gst_element_link_pads (self->rtp_src, "src", self->rtpbin, name); in gst_rtp_src_init()
885 gst_element_link_pads (self->rtcp_src, "src", self->rtpbin, name); in gst_rtp_src_init()
887 gst_element_link_pads (self->rtpbin, name, self->rtcp_sink, "sink"); in gst_rtp_src_init()