mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
60 lines
1 KiB
TOML
60 lines
1 KiB
TOML
[options]
|
|
girs_directories = ["../../gir-files", "../../gst-gir-files"]
|
|
library = "GstGLX11"
|
|
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",
|
|
"GstBase",
|
|
"GstGL",
|
|
"GstVideo",
|
|
]
|
|
|
|
generate = []
|
|
|
|
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"
|
|
|
|
[[object]]
|
|
name = "GstGLX11.GLDisplayX11"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "new"
|
|
[object.function.return]
|
|
nullable_return_is_error = "Failed to create X11 display"
|