Home
last modified time | relevance | path

Searched refs:udpsrc (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/rtp/
H A Drtp-gstreamer.c423 GstElement *udpsrc = NULL, *rtpbin = NULL, *depay = NULL, *appsink = NULL; in init_receive_pipeline() local
430 MAKE_ELEMENT(udpsrc, "udpsrc"); in init_receive_pipeline()
443 gst_bin_add_many(GST_BIN(c->pipeline), udpsrc, rtpbin, depay, appsink, NULL); in init_receive_pipeline()
461 g_object_set(udpsrc, "socket", socket, "caps", caps, "auto-multicast" /* caller handles this */, FALSE, NULL); in init_receive_pipeline()
481 if (!gst_element_link_pads(udpsrc, "src", rtpbin, "recv_rtp_sink_0") || in init_receive_pipeline()
490 if (!gst_element_link_pads(udpsrc, "src", rtpbin, "recv_rtp_sink_0") || in init_receive_pipeline()
500 /* This logic should go into udpsrc, and we should be populating the in init_receive_pipeline()
504 pad = gst_element_get_static_pad(udpsrc, "src"); in init_receive_pipeline()
522 if (udpsrc) in init_receive_pipeline()
[all...]

Completed in 2 milliseconds