From b14738fb2062a766ca772d894acfc08fa178882b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 18 Oct 2006 16:18:55 +0000 Subject: gst/rtsp/: Reuse already existing enum for lower transport. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type), (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp), (gst_rtspsrc_open), (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri): * gst/rtsp/rtspconnection.c: (rtsp_connection_create): * gst/rtsp/rtspdefs.h: * gst/rtsp/rtspurl.c: (rtsp_url_parse): * gst/rtsp/rtspurl.h: Reuse already existing enum for lower transport. Add rtspt and rtspu protocols. Send redirect to rtspt when udp times out. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8689ceca..44b794de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-10-18 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type), + (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved), + (gst_rtspsrc_loop_udp), (gst_rtspsrc_open), + (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri): + * gst/rtsp/rtspconnection.c: (rtsp_connection_create): + * gst/rtsp/rtspdefs.h: + * gst/rtsp/rtspurl.c: (rtsp_url_parse): + * gst/rtsp/rtspurl.h: + Reuse already existing enum for lower transport. + Add rtspt and rtspu protocols. + Send redirect to rtspt when udp times out. + 2006-10-18 Wim Taymans * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), -- cgit