mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 20:12:28 +00:00
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:
parent
20bc2905bb
commit
3e1fd61201
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue