forked from mirrors/gstreamer-rs
Update symbol versions in the configuration that are missing from the .gir
This commit is contained in:
parent
2bd82b67f7
commit
2fd12a5ec1
4 changed files with 54 additions and 3 deletions
|
@ -103,6 +103,10 @@ concurrency = "send-unique"
|
|||
[object.function.return]
|
||||
nullable_return_is_error = "Failed to take buffer list"
|
||||
|
||||
[[object.function]]
|
||||
name = "distance_from_discont"
|
||||
version = "1.10"
|
||||
|
||||
[[object]]
|
||||
name = "GstBase.FlowCombiner"
|
||||
# Manual because ref/unref functions were added much later
|
||||
|
|
|
@ -44,7 +44,6 @@ generate = [
|
|||
"GES.TrackType",
|
||||
"GES.Group",
|
||||
"GES.UriClipAsset",
|
||||
"GES.UriSourceAsset",
|
||||
]
|
||||
|
||||
[[object]]
|
||||
|
@ -137,6 +136,13 @@ status = "generate"
|
|||
[object.function.return]
|
||||
bool_return_is_error = "Failed to remove track"
|
||||
|
||||
[[object.function]]
|
||||
name = "get_frame_at"
|
||||
version = "1.18"
|
||||
[[object.function]]
|
||||
name = "get_frame_time"
|
||||
version = "1.18"
|
||||
|
||||
[[object]]
|
||||
name = "GES.Container"
|
||||
status = "generate"
|
||||
|
@ -235,6 +241,13 @@ status = "generate"
|
|||
[object.function.return]
|
||||
nullable_return_is_error = "Failed to split clip"
|
||||
|
||||
[[object.function]]
|
||||
name = "add_child_to_track"
|
||||
version = "1.18"
|
||||
[[object.function]]
|
||||
name = "get_timeline_time_from_internal_time"
|
||||
version = "1.18"
|
||||
|
||||
[[object]]
|
||||
name = "GES.Extractable"
|
||||
status = "generate"
|
||||
|
@ -262,6 +275,13 @@ status = "generate"
|
|||
[object.function.return]
|
||||
nullable_return_is_error = "Failed to add asset"
|
||||
|
||||
[[object.function]]
|
||||
name = "get_active_for_track"
|
||||
version = "1.18"
|
||||
[[object.function]]
|
||||
name = "set_active_for_tracks"
|
||||
version = "1.18"
|
||||
|
||||
[[object]]
|
||||
name = "GES.Project"
|
||||
status = "generate"
|
||||
|
@ -341,3 +361,17 @@ status = "generate"
|
|||
name = "remove_control_binding"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to remove control binding"
|
||||
|
||||
[[object.function]]
|
||||
name = "has_internal_source"
|
||||
version = "1.18"
|
||||
[[object.function]]
|
||||
name = "set_has_internal_source"
|
||||
version = "1.18"
|
||||
|
||||
[[object]]
|
||||
name = "GES.UriSourceAsset"
|
||||
status = "generate"
|
||||
[[object.function]]
|
||||
name = "is_image"
|
||||
version = "1.18"
|
||||
|
|
|
@ -52,6 +52,7 @@ concurrency = "send"
|
|||
name = "GstRtsp.RTSPAuthParam"
|
||||
status = "generate"
|
||||
concurrency="send"
|
||||
version = "1.12"
|
||||
|
||||
[[object]]
|
||||
name = "Gst.ClockTime"
|
||||
|
|
|
@ -33,8 +33,6 @@ generate = [
|
|||
"GstVideo.VideoFrameFlags",
|
||||
"GstVideo.VideoMultiviewFramePacking",
|
||||
"GstVideo.VideoFilter",
|
||||
"GstVideo.VideoOverlayFormatFlags",
|
||||
"GstVideo.VideoTimeCodeFlags",
|
||||
"GstVideo.VideoCaptionType",
|
||||
"GstVideo.VideoBufferPool",
|
||||
"GstVideo.VideoPackFlags",
|
||||
|
@ -258,3 +256,17 @@ status = "generate"
|
|||
name = "center_rect"
|
||||
# Implemented in video_rectangle
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstVideo.VideoOverlayFormatFlags"
|
||||
status = "generate"
|
||||
[[object.function]]
|
||||
name = "get_type"
|
||||
version = "1.16"
|
||||
|
||||
[[object]]
|
||||
name = "GstVideo.VideoTimeCodeFlags"
|
||||
status = "generate"
|
||||
[[object.function]]
|
||||
name = "get_type"
|
||||
version = "1.18"
|
||||
|
|
Loading…
Reference in a new issue