summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-02-16 10:42:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-02-16 10:42:25 +0000
commitd465618d5b76c800939cd01c1dc0991447212362 (patch)
tree25183b0b7dd6807f5857cda58cb51e09cc3d71b4 /ChangeLog
parent2d150478bbe3df6ad4abff0ff9681a352fda1108 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b59d12ac..804a0daa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-02-16 Wim Taymans <wim@fluendo.com>
+
+ * 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 <tim at centricular dot net>
* gst/alpha/gstalpha.c: (gst_alpha_change_state):