mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 09:10:22 +00:00
7f9fcb09e2
We were already using `gir -d` and especially now that our files are separated across two directories that are relative to the directory containing Gir.toml this only becomes cumbersome. Besides `gir` lacks functionality to normalize the path, leading to ie. gstreamer-gl/egl/sys/../../../gir-files in the version comment as a result.
43 lines
1,021 B
TOML
43 lines
1,021 B
TOML
[options]
|
|
library = "GstController"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
work_mode = "normal"
|
|
concurrency = "send+sync"
|
|
generate_safety_asserts = true
|
|
single_version_file = true
|
|
doc_target_path = "docs/gstreamer-controller/docs.md"
|
|
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"
|
|
|