From d465618d5b76c800939cd01c1dc0991447212362 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 16 Feb 2006 10:42:25 +0000 Subject: gst/rtsp/README: Updated README. Original commit message from CVS: * gst/rtsp/README: Updated README. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type), (gst_rtspsrc_class_init), (gst_rtspsrc_set_property), (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp): * gst/rtsp/gstrtspsrc.h: Make sure the RTP port is an even port an try to allocate another if not. Added retry property to control max retries for port allocation. Make sure RTCP port is RTP port+1. Cleanup when port allocation fails. Fixes #319183. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b59d12ac..804a0daa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-02-16 Wim Taymans + + * gst/rtsp/README: + Updated README. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type), + (gst_rtspsrc_class_init), (gst_rtspsrc_set_property), + (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp): + * gst/rtsp/gstrtspsrc.h: + Make sure the RTP port is an even port an try to allocate + another if not. + Added retry property to control max retries for port allocation. + Make sure RTCP port is RTP port+1. + Cleanup when port allocation fails. + Fixes #319183. + 2006-02-16 Tim-Philipp Müller * gst/alpha/gstalpha.c: (gst_alpha_change_state): -- cgit