gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP.

Original commit message from CVS:
* gst/rtsp/rtsptransport.c:
UDP MCAST is actually the default for RTP/AVP.
This commit is contained in:
Wim Taymans 2007-05-11 11:24:13 +00:00
parent 20bc2905bb
commit 3e1fd61201
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-05-11 Wim Taymans <wim@fluendo.com>
* gst/rtsp/rtsptransport.c:
UDP MCAST is actually the default for RTP/AVP.
2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
* sys/ximage/gstximagesrc.c (gst_ximage_src_start,

View 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_UDP} /* UDP is default */
{NULL, RTSP_LOWER_TRANS_UDP_MCAST} /* UDP is default */
};
RTSPResult