rtsp-client: Remove duplicate documentation
authorEdward Hervey <edward@centricular.com>
Fri, 14 Oct 2022 06:53:18 +0000 (08:53 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 14 Oct 2022 06:54:17 +0000 (08:54 +0200)
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3180>

subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-client.h

index 42e2e02..4f536b9 100644 (file)
@@ -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.
  */