rtsptransport: UDP is also default for SAVP and AVPF
This commit is contained in:
parent
51ca0bdf7b
commit
183e441d88
@ -655,7 +655,10 @@ gst_rtsp_transport_as_text (GstRTSPTransport * transport)
|
||||
g_ptr_array_add (strs, g_ascii_strup (tmp, -1));
|
||||
|
||||
if (transport->trans != GST_RTSP_TRANS_RTP ||
|
||||
transport->profile != GST_RTSP_PROFILE_AVP ||
|
||||
(transport->profile != GST_RTSP_PROFILE_AVP &&
|
||||
transport->profile != GST_RTSP_PROFILE_SAVP &&
|
||||
transport->profile != GST_RTSP_PROFILE_AVPF &&
|
||||
transport->profile != GST_RTSP_PROFILE_SAVPF) ||
|
||||
transport->lower_transport == GST_RTSP_LOWER_TRANS_TCP) {
|
||||
g_ptr_array_add (strs, g_strdup ("/"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user