From 7accf76da808ce054a523fa4c8299862ee388038 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 11 Oct 2006 16:21:53 +0000 Subject: gst/rtsp/URLS: Added some other URL. Original commit message from CVS: * gst/rtsp/URLS: Added some other URL. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp), (gst_rtspsrc_handle_request), (gst_rtspsrc_send), (gst_rtspsrc_open), (gst_rtspsrc_play), (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state): * gst/rtsp/gstrtspsrc.h: Work on fallback to TCP connection when the UDP socket times out. Handler server requests, just reply with OK for now. * gst/rtsp/rtspdefs.c: (rtsp_strresult): * gst/rtsp/rtspdefs.h: Added some more Real extension headers. * gst/rtsp/rtspurl.c: (rtsp_url_parse): Fix parsing of urls with a ':' that is not part of the hostname:port part of the url. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c6902c4..95d2b2df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2006-10-11 Wim Taymans + + * gst/rtsp/URLS: + Added some other URL. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp), + (gst_rtspsrc_handle_request), (gst_rtspsrc_send), + (gst_rtspsrc_open), (gst_rtspsrc_play), + (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state): + * gst/rtsp/gstrtspsrc.h: + Work on fallback to TCP connection when the UDP socket times out. + Handler server requests, just reply with OK for now. + + * gst/rtsp/rtspdefs.c: (rtsp_strresult): + * gst/rtsp/rtspdefs.h: + Added some more Real extension headers. + + * gst/rtsp/rtspurl.c: (rtsp_url_parse): + Fix parsing of urls with a ':' that is not part of the hostname:port + part of the url. + 2006-10-11 Tim-Philipp Müller * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad): -- cgit