gstreamer-rs/gstreamer-controller/Gir.toml

44 lines
1,023 B
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.8"
work_mode = "normal"
concurrency = "send+sync"
generate_safety_asserts = true
single_version_file = true
generate_display_trait = false
external_libraries = [
"GLib",
"GObject",
"Gst",
]
generate = [
"GstController.ARGBControlBinding",
"GstController.DirectControlBinding",
"GstController.InterpolationControlSource",
"GstController.LFOControlSource",
"GstController.ProxyControlBinding",
"GstController.TimedValueControlSource",
"GstController.TriggerControlSource",
"GstController.DirectControlBindingConvertValue",
"GstController.DirectControlBindingConvertGValue",
"GstController.LFOWaveform",
"GstController.InterpolationMode",
]
manual = [
"Gst.Object",
"Gst.ControlBinding",
"Gst.ControlSource",
"GstController.ControlPoint",
]
[[object]]
name = "Gst.ClockTime"
status = "manual"
conversion_type = "scalar"