From 73b4929803fc9beab257d565eff6768cc52f2e25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 10 Dec 2019 19:16:51 -0500 Subject: [PATCH] rtsp-session: Butcher the file to please gst-indent in the CI This should be reverted once the CI has an updated gst-indent. --- gst/rtsp-server/rtsp-session.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gst/rtsp-server/rtsp-session.c b/gst/rtsp-server/rtsp-session.c index f2fbbc9..b21d615 100644 --- a/gst/rtsp-server/rtsp-session.c +++ b/gst/rtsp-server/rtsp-session.c @@ -717,8 +717,7 @@ gst_rtsp_session_next_timeout_usec (GstRTSPSession * session, gint64 now) * Deprecated: Use gst_rtsp_session_next_timeout_usec() instead. */ #ifndef GST_REMOVE_DEPRECATED -G_GNUC_BEGIN_IGNORE_DEPRECATIONS -gint +G_GNUC_BEGIN_IGNORE_DEPRECATIONS gint gst_rtsp_session_next_timeout (GstRTSPSession * session, GTimeVal * now) { GstRTSPSessionPrivate *priv; @@ -756,9 +755,9 @@ gst_rtsp_session_next_timeout (GstRTSPSession * session, GTimeVal * now) return res; } + G_GNUC_END_IGNORE_DEPRECATIONS #endif - /** * gst_rtsp_session_is_expired_usec: * @session: a #GstRTSPSession @@ -768,7 +767,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS * * Returns: %TRUE if @session timed out */ -gboolean + gboolean gst_rtsp_session_is_expired_usec (GstRTSPSession * session, gint64 now) { gboolean res; @@ -793,8 +792,7 @@ gst_rtsp_session_is_expired_usec (GstRTSPSession * session, gint64 now) * Deprecated: Use gst_rtsp_session_is_expired_usec() instead. */ #ifndef GST_REMOVE_DEPRECATED -G_GNUC_BEGIN_IGNORE_DEPRECATIONS -gboolean +G_GNUC_BEGIN_IGNORE_DEPRECATIONS gboolean gst_rtsp_session_is_expired (GstRTSPSession * session, GTimeVal * now) { gboolean res; @@ -804,5 +802,6 @@ gst_rtsp_session_is_expired (GstRTSPSession * session, GTimeVal * now) return res; } + G_GNUC_END_IGNORE_DEPRECATIONS #endif -- 2.7.4