From 95ef0a1df8692a1cc4690d7752fa11e7ca65852e Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 17 Mar 2021 15:54:59 +0530 Subject: [PATCH] Update docs cache and fix before-send signal doc syntax The docs for before-send were missing because of this Part-of: --- docs/gst_plugins_cache.json | 2 +- gst/rtsp/gstrtspsrc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index 1b5c909..f82d7ed 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 ac9d2a7..eff02fc 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 * -- 2.7.4