From ae8a5e110cb9dc522bb4fad743daa54c8c4cb055 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 14 Oct 2022 08:53:18 +0200 Subject: [PATCH] rtsp-client: Remove duplicate documentation Confuses the documentation builder, since it's documented twice it complains about a missing "Since:" marker whereas it's present in the documentation comment further down Part-of: --- subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-client.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-client.h b/subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-client.h index 42e2e029c8..4f536b9120 100644 --- a/subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-client.h +++ b/subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-client.h @@ -115,8 +115,6 @@ struct _GstRTSPClient { * parsed when #GstRTSPClientClass.adjust_play_mode was called. Since 1.18 * @tunnel_http_response: called when a response to the GET request is about to * be sent for a tunneled connection. The response can be modified. Since: 1.4 - * @adjust_error_code: called before sending error response to give the - * application the possibility to adjust the error code. * * The client class structure. */