gstreamer: Update configuration for new standalone functions

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1385>
This commit is contained in:
Sebastian Dröge 2024-02-06 09:52:57 +02:00
parent a165f1aa96
commit e16832a2a8

View file

@ -392,6 +392,16 @@ status = "generate"
# Needs integration into subclassing infrastructure
ignore = true
[[object.function]]
name = "util_filename_compare"
# Convert return type to `Ordering`
manual = true
[[object.function]]
name = "util_ceil_log2"
# can be called before gst_init()
assertion = "skip"
[[object]]
name = "Gst.Allocator"
status = "generate"