2018-09-05 17:01:59 +00:00
|
|
|
[options]
|
2020-10-30 16:04:19 +00:00
|
|
|
girs_dir = "../../gir-files"
|
2018-09-05 17:01:59 +00:00
|
|
|
library = "GstGL"
|
|
|
|
version = "1.0"
|
2018-10-12 16:48:31 +00:00
|
|
|
min_cfg_version = "1.14"
|
2020-10-30 16:04:19 +00:00
|
|
|
target_path = "."
|
2018-09-05 17:01:59 +00:00
|
|
|
work_mode = "sys"
|
|
|
|
|
2020-05-05 16:57:51 +00:00
|
|
|
extra_versions = [
|
|
|
|
"1.18",
|
|
|
|
"1.16",
|
|
|
|
]
|
|
|
|
|
2018-11-11 06:59:36 +00:00
|
|
|
ignore = [
|
|
|
|
"GstGL.GL_DISPLAY_EGL_NAME",
|
|
|
|
"GstGL.GL_COLOR_CONVERT_VIDEO_CAPS",
|
2020-04-30 18:09:59 +00:00
|
|
|
"GstGL.GL_COLOR_CONVERT_FORMATS",
|
2020-04-30 18:17:47 +00:00
|
|
|
"GstGL.GL_MEMORY_VIDEO_FORMATS_STR",
|
2018-11-11 06:59:36 +00:00
|
|
|
]
|
|
|
|
|
2018-09-05 17:01:59 +00:00
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
]
|
|
|
|
|
|
|
|
[external_libraries]
|
|
|
|
gstreamer="Gst"
|
|
|
|
gstreamer-base="GstBase"
|
|
|
|
gstreamer-video="GstVideo"
|
2018-10-19 17:16:17 +00:00
|
|
|
|
|
|
|
[[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\""
|
|
|
|
|
2018-11-11 06:59:36 +00:00
|
|
|
#[[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"
|
2019-04-02 11:04:48 +00:00
|
|
|
|
|
|
|
[[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\""
|
2019-04-02 11:33:08 +00:00
|
|
|
|
|
|
|
[[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\""
|