From b2a2883b0a7d26d2994a7ad9fdce4ba9ccf07daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 6 Jul 2020 08:59:27 +0300 Subject: [PATCH] Ignore GST_STIMEP_FORMAT / GST_TIMEP_FORMAT --- Gir_Gst.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gir_Gst.toml b/Gir_Gst.toml index 4d1ebf123..20cab1a54 100644 --- a/Gir_Gst.toml +++ b/Gir_Gst.toml @@ -31,6 +31,8 @@ ignore = [ "Gst.ERROR_SYSTEM", "Gst.TIME_FORMAT", "Gst.STIME_FORMAT", + "Gst.TIMEP_FORMAT", + "Gst.STIMEP_FORMAT", "Gst.PTR_FORMAT", "Gst.SEGMENT_FORMAT", "Gst.FOURCC_FORMAT",