2018-10-31 16:10:30 +00:00
|
|
|
[options]
|
|
|
|
girs_dir = "gir-files"
|
|
|
|
library = "GES"
|
|
|
|
version = "1.0"
|
|
|
|
min_cfg_version = "1.8"
|
|
|
|
target_path = "gstreamer-editing-services"
|
|
|
|
work_mode = "normal"
|
|
|
|
generate_safety_asserts = true
|
|
|
|
single_version_file = true
|
2018-12-08 09:05:20 +00:00
|
|
|
generate_display_trait = false
|
2018-10-31 16:10:30 +00:00
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
"Gio",
|
|
|
|
"Gst",
|
|
|
|
"GstPbutils",
|
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
|
|
|
"GLib.Error",
|
|
|
|
"GLib.Source",
|
|
|
|
"GLib.DateTime",
|
|
|
|
"Gio.Cancellable",
|
|
|
|
"Gio.AsyncReadyCallback",
|
|
|
|
"GObject.Object",
|
|
|
|
"Gst.Segment",
|
|
|
|
"Gst.StaticCaps",
|
|
|
|
"Gst.StaticPadTemplate",
|
|
|
|
"GstPbutils.EncodingProfile",
|
|
|
|
"GstPbutils.DiscovererInfo",
|
|
|
|
"GstPbutils.DiscovererStreamInfo",
|
|
|
|
"Gst.Object",
|
|
|
|
"Gst.Element",
|
|
|
|
"Gst.Pad",
|
|
|
|
"Gst.Pipeline",
|
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
|
|
|
"GES.EditMode",
|
|
|
|
"GES.PipelineFlags",
|
|
|
|
"GES.Edge",
|
|
|
|
"GES.Effect",
|
|
|
|
"GES.TrackType",
|
|
|
|
"GES.BaseEffect",
|
|
|
|
"GES.Group",
|
|
|
|
"GES.UriClip",
|
|
|
|
"GES.UriClipAsset",
|
|
|
|
"GES.UriSourceAsset",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Structure"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref-mut"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Caps"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Buffer"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.BufferList"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Sample"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.ClockTime"
|
|
|
|
status = "manual"
|
|
|
|
conversion_type = "scalar"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Timeline"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "append_layer"
|
|
|
|
[object.function.return]
|
|
|
|
nullable = false
|
|
|
|
|
2018-11-04 18:30:58 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "load_from_uri"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to load from uri"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "add_layer"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to add layer"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "remove_layer"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to remove layer"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "add_track"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to add track"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "move_layer"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to move layer"
|
|
|
|
|
2019-02-07 10:03:01 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "remove_track"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to remove track"
|
2018-11-04 18:30:58 +00:00
|
|
|
|
2018-10-31 16:10:30 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GES.Container"
|
|
|
|
status = "generate"
|
|
|
|
trait_name = "GESContainerExt"
|
|
|
|
[[object.function]]
|
|
|
|
name = "add"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to add element"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "remove"
|
2018-11-04 18:30:58 +00:00
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to remove element"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "edit"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to edit container"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Pipeline"
|
|
|
|
status = "generate"
|
2018-11-04 19:20:40 +00:00
|
|
|
trait_name = "GESPipelineExt"
|
2018-11-04 18:30:58 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "set_render_settings"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to set render settings"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_mode"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to set mode"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "save_thumbnail"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to save thumbnail"
|
|
|
|
|
2019-02-07 10:03:01 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "set_timeline"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to set timeline"
|
|
|
|
|
2018-11-04 18:30:58 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GES.Track"
|
|
|
|
status = "generate"
|
2018-11-04 19:20:40 +00:00
|
|
|
trait_name = "GESTrackExt"
|
2018-11-04 18:30:58 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "add_element"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to add element"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "remove_element"
|
2018-10-31 16:10:30 +00:00
|
|
|
[object.function.return]
|
2018-12-08 09:05:20 +00:00
|
|
|
bool_return_is_error = "Failed to remove element"
|
2019-02-07 10:03:01 +00:00
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Asset"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_proxy"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to set proxy"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "unproxy"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to unproxy asset"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Clip"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "move_to_layer"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to move clip to specified layer"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_top_effect_index"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to move effect"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_top_effect_priority"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to the set top effect priority"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Extractable"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_asset"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to set asset"
|
|
|
|
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Layer"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "add_clip"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to add clip"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "remove_clip"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to remove clip"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.Project"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "add_encoding_profile"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to add profile"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "remove_asset"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to remove asset"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.TimelineElement"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "ripple"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to ripple"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "ripple_end"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to ripple"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "roll_end"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to roll"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "roll_start"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to roll"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_name"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to set name"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_parent"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "`TimelineElement` already had a parent or its parent was the same as specified"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_timeline"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "`Failed to set timeline"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "trim"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "`Failed to trim"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GES.TrackElement"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "edit"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to edit"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "remove_control_binding"
|
|
|
|
[object.function.return]
|
|
|
|
bool_return_is_error = "Failed to remove control binding"
|