Update some Gir.toml configuration

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1343>
This commit is contained in:
Sebastian Dröge 2023-11-10 16:34:19 +02:00
parent 7cabb4f22c
commit b8fff2d6fc
2 changed files with 7 additions and 0 deletions

View file

@ -67,3 +67,8 @@ status = "generate"
[[object.function]]
name = "get_from_native"
manual = true
[[object.function]]
name = "new_surfaceless"
[object.function.return]
nullable_return_is_error = "Failed to create surfaceless EGL display"

View file

@ -22,6 +22,8 @@ external_libraries = [
ignore = [
"GstVideo.VIDEO_FORMATS_ALL",
"GstVideo.VIDEO_FORMATS_ALL_STR",
"GstVideo.VIDEO_FORMATS_ANY",
"GstVideo.VIDEO_FORMATS_ANY_STR",
"GstVideo.VIDEO_DMA_DRM_CAPS_MAKE",
]