mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
Update some Gir.toml configuration
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1343>
This commit is contained in:
parent
7cabb4f22c
commit
b8fff2d6fc
2 changed files with 7 additions and 0 deletions
|
@ -67,3 +67,8 @@ status = "generate"
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "get_from_native"
|
name = "get_from_native"
|
||||||
manual = true
|
manual = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "new_surfaceless"
|
||||||
|
[object.function.return]
|
||||||
|
nullable_return_is_error = "Failed to create surfaceless EGL display"
|
||||||
|
|
|
@ -22,6 +22,8 @@ external_libraries = [
|
||||||
ignore = [
|
ignore = [
|
||||||
"GstVideo.VIDEO_FORMATS_ALL",
|
"GstVideo.VIDEO_FORMATS_ALL",
|
||||||
"GstVideo.VIDEO_FORMATS_ALL_STR",
|
"GstVideo.VIDEO_FORMATS_ALL_STR",
|
||||||
|
"GstVideo.VIDEO_FORMATS_ANY",
|
||||||
|
"GstVideo.VIDEO_FORMATS_ANY_STR",
|
||||||
"GstVideo.VIDEO_DMA_DRM_CAPS_MAKE",
|
"GstVideo.VIDEO_DMA_DRM_CAPS_MAKE",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue