From 4b69fc4466dc9c7c4d4c350afaab4b03c7cfe19c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 11 May 2007 09:12:55 +0000 Subject: [PATCH] gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified. Original commit message from CVS: * gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified. --- ChangeLog | 5 +++++ gst/rtsp/rtsptransport.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 643395bcf4..9b8df30de8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-11 Wim Taymans + + * gst/rtsp/rtsptransport.c: + Make UDP the default transport when not specified. + 2007-05-09 David Schleef * gst/level/gstlevel.c: diff --git a/gst/rtsp/rtsptransport.c b/gst/rtsp/rtsptransport.c index 567df96cef..000a859e29 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_UNKNOWN} + {NULL, RTSP_LOWER_TRANS_UDP} /* UDP is default */ }; RTSPResult