gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 11 May 2007 09:12:55 +0000 (09:12 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 11 May 2007 09:12:55 +0000 (09:12 +0000)
Original commit message from CVS:
* gst/rtsp/rtsptransport.c:
Make UDP the default transport when not specified.

ChangeLog
gst/rtsp/rtsptransport.c

index 643395b..9b8df30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-11  Wim Taymans  <wim@fluendo.com>
+
+       * gst/rtsp/rtsptransport.c:
+       Make UDP the default transport when not specified.
+
 2007-05-09  David Schleef  <ds@schleef.org>
 
        * gst/level/gstlevel.c:
index 567df96..000a859 100644 (file)
@@ -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