mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
Ignore AUDIO/VIDEO_FORMATS_ALL
They are endianness and version dependent.
This commit is contained in:
parent
d5ebc6a16d
commit
ad316840c5
2 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,10 @@ external_libraries = [
|
|||
"GObject",
|
||||
]
|
||||
|
||||
ignore = [
|
||||
"GstAudio.AUDIO_FORMATS_ALL",
|
||||
]
|
||||
|
||||
[[lib_version_overrides]]
|
||||
version = "1.18"
|
||||
lib_version = "1.17"
|
||||
|
|
|
@ -23,6 +23,10 @@ external_libraries = [
|
|||
"GObject",
|
||||
]
|
||||
|
||||
ignore = [
|
||||
"GstVideo.VIDEO_FORMATS_ALL",
|
||||
]
|
||||
|
||||
[[lib_version_overrides]]
|
||||
version = "1.18"
|
||||
lib_version = "1.17"
|
||||
|
|
Loading…
Reference in a new issue