forked from mirrors/gstreamer-rs
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:
parent
7a79fc89d6
commit
e4d7748241
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ external_libraries = [
|
|||
|
||||
ignore = [
|
||||
"GstVideo.VIDEO_FORMATS_ALL",
|
||||
"GstVideo.VIDEO_FORMATS_ALL_STR",
|
||||
"GstVideo.VIDEO_DMA_DRM_CAPS_MAKE",
|
||||
]
|
||||
|
||||
[external_libraries]
|
||||
|
|
Loading…
Reference in a new issue