Searched refs:rtpbin (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtp-gstreamer.c | 85 GstElement *appsrc = NULL, *pay = NULL, *capsf = NULL, *rtpbin = NULL, *sink = NULL; in init_send_pipeline() local 102 MAKE_ELEMENT(rtpbin, "rtpbin"); in init_send_pipeline() 107 gst_bin_add_many(GST_BIN(c->pipeline), appsrc, pay, capsf, rtpbin, sink, NULL); in init_send_pipeline() 157 !gst_element_link_pads(capsf, "src", rtpbin, "send_rtp_sink_0") || in init_send_pipeline() 158 !gst_element_link_pads(rtpbin, "send_rtp_src_0", sink, "sink")) { in init_send_pipeline() 166 !gst_element_link_pads(capsf, "src", rtpbin, "send_rtp_sink_0") || in init_send_pipeline() 167 !gst_element_link_pads(rtpbin, "send_rtp_src_0", sink, "sink")) { in init_send_pipeline() 196 if (rtpbin) in init_send_pipeline() 197 gst_object_unref(rtpbin); in init_send_pipeline() 423 GstElement *udpsrc = NULL, *rtpbin = NULL, *depay = NULL, *appsink = NULL; init_receive_pipeline() local [all...] |
Completed in 1 milliseconds