Update symbol versions in the configuration that are missing from the .gir

This commit is contained in:
Sebastian Dröge 2020-06-19 12:43:35 +03:00
parent 2bd82b67f7
commit 2fd12a5ec1
4 changed files with 54 additions and 3 deletions

View file

@ -103,6 +103,10 @@ concurrency = "send-unique"
[object.function.return] [object.function.return]
nullable_return_is_error = "Failed to take buffer list" nullable_return_is_error = "Failed to take buffer list"
[[object.function]]
name = "distance_from_discont"
version = "1.10"
[[object]] [[object]]
name = "GstBase.FlowCombiner" name = "GstBase.FlowCombiner"
# Manual because ref/unref functions were added much later # Manual because ref/unref functions were added much later

View file

@ -44,7 +44,6 @@ generate = [
"GES.TrackType", "GES.TrackType",
"GES.Group", "GES.Group",
"GES.UriClipAsset", "GES.UriClipAsset",
"GES.UriSourceAsset",
] ]
[[object]] [[object]]
@ -137,6 +136,13 @@ status = "generate"
[object.function.return] [object.function.return]
bool_return_is_error = "Failed to remove track" 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]] [[object]]
name = "GES.Container" name = "GES.Container"
status = "generate" status = "generate"
@ -235,6 +241,13 @@ status = "generate"
[object.function.return] [object.function.return]
nullable_return_is_error = "Failed to split clip" 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]] [[object]]
name = "GES.Extractable" name = "GES.Extractable"
status = "generate" status = "generate"
@ -262,6 +275,13 @@ status = "generate"
[object.function.return] [object.function.return]
nullable_return_is_error = "Failed to add asset" 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]] [[object]]
name = "GES.Project" name = "GES.Project"
status = "generate" status = "generate"
@ -341,3 +361,17 @@ status = "generate"
name = "remove_control_binding" name = "remove_control_binding"
[object.function.return] [object.function.return]
bool_return_is_error = "Failed to remove control binding" 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"

View file

@ -52,6 +52,7 @@ concurrency = "send"
name = "GstRtsp.RTSPAuthParam" name = "GstRtsp.RTSPAuthParam"
status = "generate" status = "generate"
concurrency="send" concurrency="send"
version = "1.12"
[[object]] [[object]]
name = "Gst.ClockTime" name = "Gst.ClockTime"

View file

@ -33,8 +33,6 @@ generate = [
"GstVideo.VideoFrameFlags", "GstVideo.VideoFrameFlags",
"GstVideo.VideoMultiviewFramePacking", "GstVideo.VideoMultiviewFramePacking",
"GstVideo.VideoFilter", "GstVideo.VideoFilter",
"GstVideo.VideoOverlayFormatFlags",
"GstVideo.VideoTimeCodeFlags",
"GstVideo.VideoCaptionType", "GstVideo.VideoCaptionType",
"GstVideo.VideoBufferPool", "GstVideo.VideoBufferPool",
"GstVideo.VideoPackFlags", "GstVideo.VideoPackFlags",
@ -258,3 +256,17 @@ status = "generate"
name = "center_rect" name = "center_rect"
# Implemented in video_rectangle # Implemented in video_rectangle
ignore = true 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"