From ad316840c57c1b056bf221641d2325f8d22343f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 Jun 2020 11:52:06 +0300 Subject: [PATCH] Ignore AUDIO/VIDEO_FORMATS_ALL They are endianness and version dependent. --- Gir_GstAudio.toml | 4 ++++ Gir_GstVideo.toml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Gir_GstAudio.toml b/Gir_GstAudio.toml index 473530173..a688e98a5 100644 --- a/Gir_GstAudio.toml +++ b/Gir_GstAudio.toml @@ -23,6 +23,10 @@ external_libraries = [ "GObject", ] +ignore = [ + "GstAudio.AUDIO_FORMATS_ALL", +] + [[lib_version_overrides]] version = "1.18" lib_version = "1.17" diff --git a/Gir_GstVideo.toml b/Gir_GstVideo.toml index f89ff5851..a737025fe 100644 --- a/Gir_GstVideo.toml +++ b/Gir_GstVideo.toml @@ -23,6 +23,10 @@ external_libraries = [ "GObject", ] +ignore = [ + "GstVideo.VIDEO_FORMATS_ALL", +] + [[lib_version_overrides]] version = "1.18" lib_version = "1.17"