forked from mirrors/gstreamer-rs
gl/gir: Remove const overrides for fixed annotations in 1.19.1
This commit is contained in:
parent
60b6fe9749
commit
a7d559116d
1 changed files with 2 additions and 18 deletions
|
@ -19,10 +19,11 @@ external_libraries = [
|
|||
|
||||
generate = [
|
||||
# Enums
|
||||
"GstGL.GLFormat",
|
||||
"GstGL.GLQueryType",
|
||||
"GstGL.GLSLVersion",
|
||||
"GstGL.GLTextureTarget",
|
||||
"GstGL.GLStereoDownmix",
|
||||
"GstGL.GLTextureTarget",
|
||||
"GstGL.GLUploadReturn",
|
||||
# Enums Errors
|
||||
#"GstGL.GLBaseMemoryError",
|
||||
|
@ -504,13 +505,6 @@ status = "generate"
|
|||
name = "src_vid"
|
||||
const = true
|
||||
|
||||
[[object.function]]
|
||||
name = "new"
|
||||
[[object.function.parameter]]
|
||||
# Parameters will be marked const in 1.20 bindings
|
||||
pattern = "alloc_params|v_info|valign"
|
||||
const = true
|
||||
|
||||
[[object]]
|
||||
name = "GstGL.GLFramebuffer"
|
||||
status = "generate"
|
||||
|
@ -546,13 +540,3 @@ status = "generate"
|
|||
[object.function.return]
|
||||
bool_return_is_error = "Failed to transform texture"
|
||||
|
||||
[[object]]
|
||||
name = "GstGL.GLFormat"
|
||||
status = "generate"
|
||||
|
||||
[[object.function]]
|
||||
name = "from_video_info"
|
||||
[[object.function.parameter]]
|
||||
# Parameter will be marked const in 1.20 bindings
|
||||
name = "vinfo"
|
||||
const = true
|
||||
|
|
Loading…
Reference in a new issue