forked from mirrors/gstreamer-rs
gl/gir: Make GLBaseFilter always available with min_version
This class only contains two functions with a version requirement of at least 1.16, but the class is used by GLFilter without any version restrictions.
This commit is contained in:
parent
eda46ac74d
commit
d596ea45c5
1 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,6 @@ generate = [
|
||||||
#"GstGL.GLRenderbufferAllocationParams",
|
#"GstGL.GLRenderbufferAllocationParams",
|
||||||
#"GstGL.GLVideoAllocationParams",
|
#"GstGL.GLVideoAllocationParams",
|
||||||
# Objects
|
# Objects
|
||||||
"GstGL.GLBaseFilter",
|
|
||||||
#"GstGL.GLBufferPool",
|
#"GstGL.GLBufferPool",
|
||||||
"GstGL.GLFramebuffer",
|
"GstGL.GLFramebuffer",
|
||||||
#"GstGL.GLBaseMemory",
|
#"GstGL.GLBaseMemory",
|
||||||
|
@ -83,6 +82,11 @@ name = "Gst.Query"
|
||||||
status = "manual"
|
status = "manual"
|
||||||
ref_mode = "ref"
|
ref_mode = "ref"
|
||||||
|
|
||||||
|
[[object]]
|
||||||
|
name = "GstGL.GLBaseFilter"
|
||||||
|
status = "generate"
|
||||||
|
version = "1.14"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "GstGL.GLBuffer"
|
name = "GstGL.GLBuffer"
|
||||||
status = "manual"
|
status = "manual"
|
||||||
|
|
Loading…
Reference in a new issue