diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index 1b5c909d4c..f82d7ed62b 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -20158,7 +20158,7 @@ } ], "return-type": "gboolean", - "when": "first" + "when": "last" }, "get-parameter": { "action": true, diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index ac9d2a7e39..eff02fc072 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -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 *