mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
webrtc: signaller: A couple of minor doc fixups
The expectation is `Returns:`, not `Return:` Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1525>
This commit is contained in:
parent
1c54c77840
commit
04e9e5284c
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ impl prelude::ObjectInterface for Signallable {
|
|||
*
|
||||
* The signaller requests a meta about the peer using it
|
||||
*
|
||||
* Return: The metadata about the peer represented by the signaller
|
||||
* Returns: The metadata about the peer represented by the signaller
|
||||
*/
|
||||
Signal::builder("request-meta")
|
||||
.return_type::<Option<gst::Structure>>()
|
||||
|
@ -332,7 +332,7 @@ impl prelude::ObjectInterface for Signallable {
|
|||
* description before the signaller sends it to the peer. Only the first connected
|
||||
* handler has any effect.
|
||||
*
|
||||
* Return: A modified session description
|
||||
* Returns: A modified session description
|
||||
*/
|
||||
Signal::builder("munge-session-description")
|
||||
.run_last()
|
||||
|
|
Loading…
Reference in a new issue