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.GLVideoAllocationParams",
|
||||
# Objects
|
||||
"GstGL.GLBaseFilter",
|
||||
#"GstGL.GLBufferPool",
|
||||
"GstGL.GLFramebuffer",
|
||||
#"GstGL.GLBaseMemory",
|
||||
|
@ -83,6 +82,11 @@ name = "Gst.Query"
|
|||
status = "manual"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object]]
|
||||
name = "GstGL.GLBaseFilter"
|
||||
status = "generate"
|
||||
version = "1.14"
|
||||
|
||||
[[object]]
|
||||
name = "GstGL.GLBuffer"
|
||||
status = "manual"
|
||||
|
|
Loading…
Reference in a new issue