From d5e58d2dd4831bd27a95a79bbfeac8d449382a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 5 Dec 2022 13:25:10 +0200 Subject: [PATCH] gstreamer: Ignore `EventType::to_sticky_ordering` This is handled manually via the `PartialOrd` impl. Part-of: --- gstreamer/Gir.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gstreamer/Gir.toml b/gstreamer/Gir.toml index eb46140d0..b2c03f1c2 100644 --- a/gstreamer/Gir.toml +++ b/gstreamer/Gir.toml @@ -1358,6 +1358,10 @@ ref_mode = "ref" [[object]] name = "Gst.EventType" status = "generate" + [[object.function]] + name = "to_sticky_ordering" + # handle this manually via the `PartialOrd` function + ignore = true [[object.derive]] name = "Debug, PartialEq, Eq, Hash" [[object.member]]