2020-06-09 01:06:49 +00:00
|
|
|
[options]
|
2021-04-12 09:42:41 +00:00
|
|
|
girs_directories = ["../gir-files", "../gst-gir-files"]
|
2020-06-09 01:06:49 +00:00
|
|
|
library = "GstController"
|
|
|
|
version = "1.0"
|
2022-04-07 08:22:39 +00:00
|
|
|
min_cfg_version = "1.14"
|
2020-06-09 01:06:49 +00:00
|
|
|
work_mode = "normal"
|
|
|
|
concurrency = "send+sync"
|
|
|
|
generate_safety_asserts = true
|
|
|
|
single_version_file = true
|
|
|
|
generate_display_trait = false
|
2022-10-18 11:17:00 +00:00
|
|
|
trust_return_value_nullability = true
|
2020-06-09 01:06:49 +00:00
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
"Gst",
|
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
|
|
|
"GstController.ARGBControlBinding",
|
|
|
|
"GstController.DirectControlBinding",
|
2021-12-03 16:14:55 +00:00
|
|
|
"GstController.DirectControlBindingConvertGValue",
|
|
|
|
"GstController.DirectControlBindingConvertValue",
|
2020-06-09 01:06:49 +00:00
|
|
|
"GstController.InterpolationControlSource",
|
2021-12-03 16:14:55 +00:00
|
|
|
"GstController.InterpolationMode",
|
2020-06-09 01:06:49 +00:00
|
|
|
"GstController.LFOControlSource",
|
|
|
|
"GstController.LFOWaveform",
|
2022-04-07 08:22:39 +00:00
|
|
|
"GstController.ProxyControlBinding",
|
2021-12-03 16:14:55 +00:00
|
|
|
"GstController.TriggerControlSource",
|
2020-06-09 01:06:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
|
|
|
"Gst.ControlBinding",
|
|
|
|
"Gst.ControlSource",
|
2021-12-03 16:14:55 +00:00
|
|
|
"Gst.Object",
|
2020-06-09 01:06:49 +00:00
|
|
|
"GstController.ControlPoint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.ClockTime"
|
|
|
|
status = "manual"
|
2021-04-04 14:17:35 +00:00
|
|
|
conversion_type = "Option"
|
2020-06-09 01:06:49 +00:00
|
|
|
|
2021-04-04 14:17:35 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstController.TimedValueControlSource"
|
|
|
|
status = "generate"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set"
|
|
|
|
[[object.function.parameter]]
|
|
|
|
name = "timestamp"
|
|
|
|
mandatory = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "unset"
|
|
|
|
[[object.function.parameter]]
|
|
|
|
name = "timestamp"
|
|
|
|
mandatory = true
|