mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
58 lines
1.3 KiB
TOML
58 lines
1.3 KiB
TOML
[options]
|
|
girs_directories = ["../gir-files", "../gst-gir-files"]
|
|
library = "GstController"
|
|
version = "1.0"
|
|
min_cfg_version = "1.14"
|
|
work_mode = "normal"
|
|
concurrency = "send+sync"
|
|
generate_safety_asserts = true
|
|
single_version_file = true
|
|
generate_display_trait = false
|
|
trust_return_value_nullability = true
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
"Gst",
|
|
]
|
|
|
|
generate = [
|
|
"GstController.ARGBControlBinding",
|
|
"GstController.DirectControlBinding",
|
|
"GstController.DirectControlBindingConvertGValue",
|
|
"GstController.DirectControlBindingConvertValue",
|
|
"GstController.InterpolationControlSource",
|
|
"GstController.InterpolationMode",
|
|
"GstController.LFOControlSource",
|
|
"GstController.LFOWaveform",
|
|
"GstController.ProxyControlBinding",
|
|
"GstController.TriggerControlSource",
|
|
]
|
|
|
|
manual = [
|
|
"Gst.ControlBinding",
|
|
"Gst.ControlSource",
|
|
"Gst.Object",
|
|
"GstController.ControlPoint",
|
|
]
|
|
|
|
[[object]]
|
|
name = "Gst.ClockTime"
|
|
status = "manual"
|
|
conversion_type = "Option"
|
|
|
|
[[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
|