mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
rtsptransport: UDP is also default for SAVP and AVPF
This commit is contained in:
parent
51ca0bdf7b
commit
183e441d88
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue