gstreamer-rs/gstreamer-gl/egl/Gir.toml
Sebastian Dröge 8f3ed6d289 Add checks for the Gir.tomls
... and fix all the failures.
2021-12-03 20:27:50 +00:00

55 lines
852 B
TOML

[options]
girs_directories = ["../../gir-files", "../../gst-gir-files"]
library = "GstGLEGL"
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
external_libraries = [
"GLib",
"GObject",
"Gst",
"GstBase",
"GstGL",
"GstVideo",
]
generate = [
"GstGLEGL.GLDisplayEGL",
]
manual = [
"GLib.Error",
"GLib.Thread",
"GObject.Object",
"Gst.FlowReturn",
"Gst.Object",
"Gst.PadDirection",
"GstGL.GLDisplay",
]
[[object]]
name = "Gst.Buffer"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Caps"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Query"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Structure"
status = "manual"
ref_mode = "ref"