mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-04 16:49:51 +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.
59 lines
999 B
TOML
59 lines
999 B
TOML
[options]
|
|
library = "GstGL"
|
|
version = "1.0"
|
|
min_cfg_version = "1.14"
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.20",
|
|
"1.18",
|
|
"1.16",
|
|
]
|
|
|
|
ignore = [
|
|
"GstGL.GL_COLOR_CONVERT_VIDEO_CAPS",
|
|
"GstGL.GL_COLOR_CONVERT_FORMATS",
|
|
"GstGL.GL_MEMORY_VIDEO_FORMATS_STR",
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|
|
gstreamer-base="GstBase"
|
|
gstreamer-video="GstVideo"
|
|
|
|
#[[object]]
|
|
#name = "GstGL.GL_COLOR_CONVERT_VIDEO_CAPS"
|
|
#status = "manual"
|
|
|
|
[[object]]
|
|
name = "GstGL.GLBuffer"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "get_type"
|
|
version = "1.20"
|
|
|
|
[[object]]
|
|
name = "GstGL.GLMemory"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "get_type"
|
|
version = "1.20"
|
|
|
|
[[object]]
|
|
name = "GstGL.GLMemoryPBO"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "get_type"
|
|
version = "1.20"
|
|
|
|
[[object]]
|
|
name = "GstGL.GLRenderbuffer"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "get_type"
|
|
version = "1.20"
|