mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-04 16:49:51 +00:00
79 lines
1.6 KiB
TOML
79 lines
1.6 KiB
TOML
[options]
|
|
girs_dir = "../../gir-files"
|
|
library = "GstGL"
|
|
version = "1.0"
|
|
min_cfg_version = "1.14"
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.18",
|
|
"1.16",
|
|
]
|
|
|
|
ignore = [
|
|
"GstGL.GL_DISPLAY_EGL_NAME",
|
|
"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.GLDisplayEGL"
|
|
status = "generate"
|
|
cfg_condition = "feature = \"egl\""
|
|
[[object.function]]
|
|
pattern = ".*"
|
|
cfg_condition = "feature = \"egl\""
|
|
|
|
[[object]]
|
|
name = "GstGL.GLDisplayEGLClass"
|
|
status = "generate"
|
|
cfg_condition = "feature = \"egl\""
|
|
|
|
#[[object]]
|
|
#name = "GstGL.GL_DISPLAY_EGL_NAME"
|
|
#status = "manual"
|
|
#cfg_condition = "feature = \"egl\""
|
|
# [[object.constant]]
|
|
# pattern = ".*"
|
|
# cfg_condition = "feature = \"egl\""
|
|
|
|
#[[object]]
|
|
#name = "GstGL.GL_COLOR_CONVERT_VIDEO_CAPS"
|
|
#status = "manual"
|
|
|
|
[[object]]
|
|
name = "GstGL.GLDisplayX11"
|
|
status = "generate"
|
|
cfg_condition = "feature = \"x11\""
|
|
[[object.function]]
|
|
pattern = ".*"
|
|
cfg_condition = "feature = \"x11\""
|
|
|
|
[[object]]
|
|
name = "GstGL.GLDisplayX11Class"
|
|
status = "generate"
|
|
cfg_condition = "feature = \"x11\""
|
|
|
|
[[object]]
|
|
name = "GstGL.GLDisplayWayland"
|
|
status = "generate"
|
|
cfg_condition = "feature = \"wayland\""
|
|
[[object.function]]
|
|
pattern = ".*"
|
|
cfg_condition = "feature = \"wayland\""
|
|
|
|
[[object]]
|
|
name = "GstGL.GLDisplayWaylandClass"
|
|
status = "generate"
|
|
cfg_condition = "feature = \"wayland\""
|