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:
Marijn Suijten 2021-04-17 12:11:52 +02:00
parent 6e2cba928a
commit 60b6fe9749

View file

@ -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"