mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
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:
parent
73fb107a85
commit
95ef0a1df8
2 changed files with 3 additions and 3 deletions
|
@ -20158,7 +20158,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"return-type": "gboolean",
|
"return-type": "gboolean",
|
||||||
"when": "first"
|
"when": "last"
|
||||||
},
|
},
|
||||||
"get-parameter": {
|
"get-parameter": {
|
||||||
"action": true,
|
"action": true,
|
||||||
|
|
|
@ -1116,8 +1116,8 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
||||||
G_TYPE_BOOLEAN, 3, G_TYPE_TLS_CONNECTION, G_TYPE_TLS_CERTIFICATE,
|
G_TYPE_BOOLEAN, 3, G_TYPE_TLS_CONNECTION, G_TYPE_TLS_CERTIFICATE,
|
||||||
G_TYPE_TLS_CERTIFICATE_FLAGS);
|
G_TYPE_TLS_CERTIFICATE_FLAGS);
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* GstRTSPSrc::before-send
|
* GstRTSPSrc::before-send:
|
||||||
* @rtspsrc: a #GstRTSPSrc
|
* @rtspsrc: a #GstRTSPSrc
|
||||||
* @num: the stream number
|
* @num: the stream number
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue