From e8f5777c92078462e3ed64397d69021545442888 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 12 Mar 2020 13:44:10 +0530 Subject: [PATCH] rtsp: remove documentation link on GTimeVal Looks like it's been removed from glib.devhelp2 on Fedora 31. Fix #508 --- gst-libs/gst/rtsp/gstrtspconnection.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 94646c2937..1f3b74420d 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -4813,7 +4813,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS /** * gst_rtsp_connection_connect: * @conn: a #GstRTSPConnection - * @timeout: a #GTimeVal timeout + * @timeout: a GTimeVal timeout * * Attempt to connect to the url of @conn made with * gst_rtsp_connection_create(). If @timeout is %NULL this function can block @@ -4835,7 +4835,7 @@ gst_rtsp_connection_connect (GstRTSPConnection * conn, GTimeVal * timeout) /** * gst_rtsp_connection_connect_with_response: * @conn: a #GstRTSPConnection - * @timeout: a #GTimeVal timeout + * @timeout: a GTimeVal timeout * @response: a #GstRTSPMessage * * Attempt to connect to the url of @conn made with @@ -5038,7 +5038,7 @@ gst_rtsp_connection_next_timeout (GstRTSPConnection * conn, GTimeVal * timeout) /** * gst_rtsp_watch_wait_backlog: * @watch: a #GstRTSPWatch - * @timeout: a #GTimeVal timeout + * @timeout: a GTimeVal timeout * * Wait until there is place in the backlog queue, @timeout is reached * or @watch is set to flushing.