summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/gst_plugins_cache.json2
-rw-r--r--gst/rtsp/gstrtspsrc.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 1b5c909d4..f82d7ed62 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 ac9d2a7e3..eff02fc07 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
*