Lines Matching refs:udpsrc
423 GstElement *udpsrc = NULL, *rtpbin = NULL, *depay = NULL, *appsink = NULL;
430 MAKE_ELEMENT(udpsrc, "udpsrc");
443 gst_bin_add_many(GST_BIN(c->pipeline), udpsrc, rtpbin, depay, appsink, NULL);
461 g_object_set(udpsrc, "socket", socket, "caps", caps, "auto-multicast" /* caller handles this */, FALSE, NULL);
481 if (!gst_element_link_pads(udpsrc, "src", rtpbin, "recv_rtp_sink_0") ||
490 if (!gst_element_link_pads(udpsrc, "src", rtpbin, "recv_rtp_sink_0") ||
500 /* This logic should go into udpsrc, and we should be populating the
504 pad = gst_element_get_static_pad(udpsrc, "src");
522 if (udpsrc)
523 gst_object_unref(udpsrc);