mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-02 01:43:49 +00:00
gst: Clock: fix some non-optional return types
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1739>
This commit is contained in:
parent
29ab13fdf9
commit
2f749824e6
1 changed files with 9 additions and 0 deletions
|
@ -730,12 +730,19 @@ manual_traits = ["ClockExtManual"]
|
||||||
[[object.function.parameter]]
|
[[object.function.parameter]]
|
||||||
name = "internal"
|
name = "internal"
|
||||||
mandatory = true
|
mandatory = true
|
||||||
|
[object.function.return]
|
||||||
|
mandatory = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "get_internal_time"
|
name = "get_internal_time"
|
||||||
[object.function.return]
|
[object.function.return]
|
||||||
mandatory = true
|
mandatory = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "get_time"
|
||||||
|
[object.function.return]
|
||||||
|
mandatory = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "get_resolution"
|
name = "get_resolution"
|
||||||
[object.function.return]
|
[object.function.return]
|
||||||
|
@ -759,6 +766,8 @@ manual_traits = ["ClockExtManual"]
|
||||||
[[object.function.parameter]]
|
[[object.function.parameter]]
|
||||||
name = "external"
|
name = "external"
|
||||||
mandatory = true
|
mandatory = true
|
||||||
|
[object.function.return]
|
||||||
|
mandatory = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "wait_for_sync"
|
name = "wait_for_sync"
|
||||||
|
|
Loading…
Reference in a new issue