mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
audio/AudioStreamAlign: getter const-ness is now proper in the bindings
1.20 bindings were fixed to pass self as const; no need to override this anymore.
This commit is contained in:
parent
6e2cba928a
commit
60b6fe9749
1 changed files with 0 additions and 6 deletions
|
@ -190,12 +190,6 @@ status = "generate"
|
|||
# bool does not signal error
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
pattern = "get_.*"
|
||||
[[object.function.parameter]]
|
||||
name = "align"
|
||||
const = true
|
||||
|
||||
[[object]]
|
||||
name = "GstAudio.AudioDecoder"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue