gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connection.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 18 May 2007 11:39:12 +0000 (11:39 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 18 May 2007 11:39:12 +0000 (11:39 +0000)
commite04f7a828f2580402215ab3bb3ad20d842ec36e2
tree04c0c83c1afe995d1ae0b7a1753fc0fa2df380d7
parente4720e286ca217afdf43996ebe7e44c2aeab932c
gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connection.

Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
(gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
(gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
(gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
(gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
* gst/rtsp/gstrtspsrc.h:
Add TCP timeout property and use it for all TCP connection.
* gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
(rtsp_connection_write), (rtsp_connection_next_timeout),
(rtsp_connection_reset_timeout):
Make connect and writes cancelable and make them use the timeout.
ChangeLog
gst/rtsp/gstrtspsrc.c
gst/rtsp/gstrtspsrc.h
gst/rtsp/rtspconnection.c