Home
last modified time | relevance | path

Searched refs:rtpSrc (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dclient-rtpaux.c285 GstElement *rtpSrc; in join_session() local
297 rtpSrc = gst_element_factory_make ("udpsrc", NULL); in join_session()
300 g_object_set (rtpSrc, "port", basePort, "caps", session->caps, NULL); in join_session()
312 gst_bin_add_many (GST_BIN (pipeline), rtpSrc, rtcpSrc, rtcpSink, NULL); in join_session()
321 gst_element_link_pads (rtpSrc, "src", rtpBin, padName); in join_session()