Update docs cache and fix before-send signal doc syntax
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 17 Mar 2021 10:24:59 +0000 (15:54 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 17 Mar 2021 10:25:30 +0000 (15:55 +0530)
The docs for before-send were missing because of this

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/909>

docs/gst_plugins_cache.json
gst/rtsp/gstrtspsrc.c

index 1b5c909..f82d7ed 100644 (file)
                             }
                         ],
                         "return-type": "gboolean",
-                        "when": "first"
+                        "when": "last"
                     },
                     "get-parameter": {
                         "action": true,
index ac9d2a7..eff02fc 100644 (file)
@@ -1116,8 +1116,8 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
       G_TYPE_BOOLEAN, 3, G_TYPE_TLS_CONNECTION, G_TYPE_TLS_CERTIFICATE,
       G_TYPE_TLS_CERTIFICATE_FLAGS);
 
-  /*
-   * GstRTSPSrc::before-send
+  /**
+   * GstRTSPSrc::before-send:
    * @rtspsrc: a #GstRTSPSrc
    * @num: the stream number
    *