forked from mirrors/gstreamer-rs
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
|
# bool does not signal error
|
||||||
manual = true
|
manual = true
|
||||||
|
|
||||||
[[object.function]]
|
|
||||||
pattern = "get_.*"
|
|
||||||
[[object.function.parameter]]
|
|
||||||
name = "align"
|
|
||||||
const = true
|
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "GstAudio.AudioDecoder"
|
name = "GstAudio.AudioDecoder"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue