gstreamer-rs/gstreamer-controller/Gir.toml

59 lines
1.3 KiB
TOML
Raw Normal View History

2020-06-09 01:06:49 +00:00
[options]
girs_directories = ["../gir-files", "../gst-gir-files"]
2020-06-09 01:06:49 +00:00
library = "GstController"
version = "1.0"
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
trust_return_value_nullability = true
2020-06-09 01:06:49 +00:00
external_libraries = [
"GLib",
"GObject",
"Gst",
]
generate = [
"GstController.ARGBControlBinding",
"GstController.DirectControlBinding",
"GstController.DirectControlBindingConvertGValue",
"GstController.DirectControlBindingConvertValue",
2020-06-09 01:06:49 +00:00
"GstController.InterpolationControlSource",
"GstController.InterpolationMode",
2020-06-09 01:06:49 +00:00
"GstController.LFOControlSource",
"GstController.LFOWaveform",
"GstController.ProxyControlBinding",
"GstController.TriggerControlSource",
2020-06-09 01:06:49 +00:00
]
manual = [
"Gst.ControlBinding",
"Gst.ControlSource",
"Gst.Object",
2020-06-09 01:06:49 +00:00
"GstController.ControlPoint",
]
[[object]]
name = "Gst.ClockTime"
status = "manual"
conversion_type = "Option"
2020-06-09 01:06:49 +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