summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
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 /gst/rtsp/gstrtspsrc.h
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 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 2cab470a..faf8e2a3 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -86,6 +86,7 @@ struct _GstRTSPSrc {
gchar *location;
gboolean debug;
+ guint retry;
GstRTSPProto protocols;
/* supported options */