From d519f4740231d87a218e0b8df949dc904a3d0058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20J=C3=B6nsson?= Date: Fri, 18 Oct 2019 09:19:59 +0200 Subject: [PATCH] rtsp-session: clean up comment extra-timeout --- gst/rtsp-server/rtsp-session.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gst/rtsp-server/rtsp-session.c b/gst/rtsp-server/rtsp-session.c index 7889697bc2..73671b6aea 100644 --- a/gst/rtsp-server/rtsp-session.c +++ b/gst/rtsp-server/rtsp-session.c @@ -125,15 +125,15 @@ gst_rtsp_session_class_init (GstRTSPSessionClass * klass) * GstRTSPSession::extra-timeout: * * Extra time to add to the timeout, in seconds. This only affects the - * time until a session is considered timed out and is not signalled - * in the RTSP request responses. Only the value of the timeout + * time until a session is considered timed out and is not signalled + * in the RTSP request responses. Only the value of the timeout * property is signalled in the request responses. - * + * * Default value is 5 seconds. - * If the application is using a buffer that is configured to hold - * amount of data equal to the sessiontimeout, extra-timeout can be - * set to zero to prevent loss of data - * + * If the application is using a buffer that is configured to hold + * amount of data equal to the sessiontimeout, extra-timeout can be + * set to zero to prevent loss of data + * * Since: 1.18 */ g_object_class_install_property (gobject_class, PROP_EXTRA_TIME_TIMEOUT,