video: Add some more constants to the ignore list

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1301>
This commit is contained in:
Sebastian Dröge 2023-08-07 11:05:39 +03:00
parent 7a79fc89d6
commit e4d7748241

View file

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