mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
ges: some more mandatory ClockTimes
This commit is contained in:
parent
64d1598336
commit
c723ecac5d
1 changed files with 22 additions and 0 deletions
|
@ -177,6 +177,12 @@ status = "generate"
|
|||
[object.function.return]
|
||||
bool_return_is_error = "Failed to remove track"
|
||||
|
||||
[[object.function]]
|
||||
name = "set_snapping_distance"
|
||||
[[object.function.parameter]]
|
||||
name = "snapping_distance"
|
||||
mandatory = true
|
||||
|
||||
[[object]]
|
||||
name = "GES.Container"
|
||||
status = "generate"
|
||||
|
@ -349,6 +355,16 @@ manual_traits = ["TimelineElementExtManual"]
|
|||
[object.function.return]
|
||||
mandatory = true
|
||||
|
||||
[[object.function]]
|
||||
name = "get_inpoint"
|
||||
[object.function.return]
|
||||
mandatory = true
|
||||
|
||||
[[object.function]]
|
||||
name = "get_start"
|
||||
[object.function.return]
|
||||
mandatory = true
|
||||
|
||||
[[object.function]]
|
||||
name = "paste"
|
||||
[[object.function.parameter]]
|
||||
|
@ -410,6 +426,12 @@ manual_traits = ["TimelineElementExtManual"]
|
|||
[object.function.return]
|
||||
bool_return_is_error = "`TimelineElement` already had a parent or its parent was the same as specified"
|
||||
|
||||
[[object.function]]
|
||||
name = "set_start"
|
||||
[[object.function.parameter]]
|
||||
name = "start"
|
||||
mandatory = true
|
||||
|
||||
[[object.function]]
|
||||
name = "set_timeline"
|
||||
[object.function.return]
|
||||
|
|
Loading…
Reference in a new issue