Lines Matching refs:lower_transport

189   transport->lower_transport = GST_RTSP_LOWER_TRANS_UDP_MCAST;  in gst_rtsp_transport_init()
417 if (transport->lower_transport == GST_RTSP_LOWER_TRANS_UDP_MCAST) in rtsp_transport_ltrans_as_text()
421 if (ltrans[i].ltrans == transport->lower_transport) in rtsp_transport_ltrans_as_text()
490 transport->lower_transport = ltrans[i].ltrans; in gst_rtsp_transport_parse()
493 transport->lower_transport = get_default_lower_trans (transport); in gst_rtsp_transport_parse()
501 transport->lower_transport == GST_RTSP_LOWER_TRANS_UNKNOWN) in gst_rtsp_transport_parse()
508 if (transport->lower_transport == GST_RTSP_LOWER_TRANS_TCP) in gst_rtsp_transport_parse()
510 transport->lower_transport = GST_RTSP_LOWER_TRANS_UDP_MCAST; in gst_rtsp_transport_parse()
513 if (transport->lower_transport == GST_RTSP_LOWER_TRANS_UDP_MCAST) in gst_rtsp_transport_parse()
514 transport->lower_transport = GST_RTSP_LOWER_TRANS_UDP; in gst_rtsp_transport_parse()
625 transport->lower_transport == GST_RTSP_LOWER_TRANS_TCP) { in gst_rtsp_transport_as_text()
640 if (transport->lower_transport == GST_RTSP_LOWER_TRANS_UDP_MCAST) in gst_rtsp_transport_as_text()
658 if (transport->lower_transport == GST_RTSP_LOWER_TRANS_TCP && in gst_rtsp_transport_as_text()
672 if (transport->lower_transport == GST_RTSP_LOWER_TRANS_UDP_MCAST && in gst_rtsp_transport_as_text()
688 if (transport->lower_transport != GST_RTSP_LOWER_TRANS_TCP) { in gst_rtsp_transport_as_text()
721 if (transport->lower_transport != GST_RTSP_LOWER_TRANS_UDP_MCAST && in gst_rtsp_transport_as_text()