summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp/rtsptransport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/rtsptransport.c b/gst/rtsp/rtsptransport.c
index 000a859e..6dcb76be 100644
--- a/gst/rtsp/rtsptransport.c
+++ b/gst/rtsp/rtsptransport.c
@@ -84,7 +84,7 @@ static const RTSPLTransMap ltrans[] = {
{"udp", RTSP_LOWER_TRANS_UDP},
{"mcast", RTSP_LOWER_TRANS_UDP_MCAST},
{"tcp", RTSP_LOWER_TRANS_TCP},
- {NULL, RTSP_LOWER_TRANS_UDP} /* UDP is default */
+ {NULL, RTSP_LOWER_TRANS_UDP_MCAST} /* UDP is default */
};
RTSPResult