Update docs cache and fix before-send signal doc syntax

The docs for before-send were missing because of this

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/909>
This commit is contained in:
Nirbheek Chauhan 2021-03-17 15:54:59 +05:30
parent 73fb107a85
commit 95ef0a1df8
2 changed files with 3 additions and 3 deletions

View file

@ -20158,7 +20158,7 @@
}
],
"return-type": "gboolean",
"when": "first"
"when": "last"
},
"get-parameter": {
"action": true,

View 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
*