forked from mirrors/gstreamer-rs
gstreamer: Update configuration for new standalone functions
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1385>
This commit is contained in:
parent
a165f1aa96
commit
e16832a2a8
1 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue