diff --git a/gstreamer-audio/Gir.toml b/gstreamer-audio/Gir.toml index ec22cdf5b..906a832a1 100644 --- a/gstreamer-audio/Gir.toml +++ b/gstreamer-audio/Gir.toml @@ -136,6 +136,8 @@ status = "generate" [[object.function]] name = "to_string" + # This has an Unknown field that may return NULL or "UNKNOWN" + manual = true [object.function.return] nullable = false diff --git a/gstreamer-video/Gir.toml b/gstreamer-video/Gir.toml index 322cc425f..f5a7bbcc9 100644 --- a/gstreamer-video/Gir.toml +++ b/gstreamer-video/Gir.toml @@ -390,6 +390,8 @@ status = "generate" [[object.function]] name = "to_string" + # This has an Unknown field that may return NULL or "UNKNOWN" + manual = true [object.function.return] nullable = false @@ -545,5 +547,7 @@ status = "generate" [[object.function]] name = "to_string" + # This has an Unknown field that may return NULL or "UNKNOWN" + manual = true [object.function.return] nullable = false