From ef24828b40e467768714397b495137a65520b07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 26 Nov 2017 18:19:00 +0200 Subject: [PATCH] Correctly ignore Pad::peer_query_* and query_* These are manually bound now due to gst::FormatValue --- Gir_Gst.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Gir_Gst.toml b/Gir_Gst.toml index e9fd1aa83..543723497 100644 --- a/Gir_Gst.toml +++ b/Gir_Gst.toml @@ -494,6 +494,36 @@ status = "generate" # Correct mutability ignore = true + [[object.function]] + name = "query_duration" + # formatted value + ignore = true + + [[object.function]] + name = "query_position" + # formatted value + ignore = true + + [[object.function]] + name = "query_convert" + # formatted value + ignore = true + + [[object.function]] + name = "peer_query_duration" + # formatted value + ignore = true + + [[object.function]] + name = "peer_query_position" + # formatted value + ignore = true + + [[object.function]] + name = "peer_query_convert" + # formatted value + ignore = true + [[object]] name = "Gst.PadTemplate" status = "generate"