Ported to 0.9.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 11 May 2005 07:44:44 +0000 (07:44 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 11 May 2005 07:44:44 +0000 (07:44 +0000)
commit6f0ea35883cec1b68eb1ac2f2bc511f856018f6f
tree601e40d1ac5cd282ad5f207f4a9a647da62fc126
parent6cacd6f64958db92328a9ae52563160a583a395a
Ported to 0.9.

Original commit message from CVS:
Ported to 0.9.
Set up transports, init UDP ports, init RTP session managers.
23 files changed:
ChangeLog
gst/rtsp/.gitignore [new file with mode: 0644]
gst/rtsp/Makefile.am [new file with mode: 0644]
gst/rtsp/gstrtsp.c [new file with mode: 0644]
gst/rtsp/gstrtsp.h [new file with mode: 0644]
gst/rtsp/gstrtspsrc.c [new file with mode: 0644]
gst/rtsp/gstrtspsrc.h [new file with mode: 0644]
gst/rtsp/rtsp.h [new file with mode: 0644]
gst/rtsp/rtspconnection.c [new file with mode: 0644]
gst/rtsp/rtspconnection.h [new file with mode: 0644]
gst/rtsp/rtspdefs.c [new file with mode: 0644]
gst/rtsp/rtspdefs.h [new file with mode: 0644]
gst/rtsp/rtspmessage.c [new file with mode: 0644]
gst/rtsp/rtspmessage.h [new file with mode: 0644]
gst/rtsp/rtspstream.h [new file with mode: 0644]
gst/rtsp/rtsptransport.c [new file with mode: 0644]
gst/rtsp/rtsptransport.h [new file with mode: 0644]
gst/rtsp/rtspurl.c [new file with mode: 0644]
gst/rtsp/rtspurl.h [new file with mode: 0644]
gst/rtsp/sdp.h [new file with mode: 0644]
gst/rtsp/sdpmessage.c [new file with mode: 0644]
gst/rtsp/sdpmessage.h [new file with mode: 0644]
gst/rtsp/test.c [new file with mode: 0644]