mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: add glframebuffer object
This commit is contained in:
parent
87137fc65b
commit
b1860fab88
2 changed files with 21 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
||||||
<xi:include href="xml/gstgldisplay.xml"/>
|
<xi:include href="xml/gstgldisplay.xml"/>
|
||||||
<xi:include href="xml/gstgldownload.xml"/>
|
<xi:include href="xml/gstgldownload.xml"/>
|
||||||
<xi:include href="xml/gstglfilter.xml"/>
|
<xi:include href="xml/gstglfilter.xml"/>
|
||||||
|
<xi:include href="xml/gstglframebuffer.xml"/>
|
||||||
<xi:include href="xml/gstglmemory.xml"/>
|
<xi:include href="xml/gstglmemory.xml"/>
|
||||||
<xi:include href="xml/gstglmixer.xml"/>
|
<xi:include href="xml/gstglmixer.xml"/>
|
||||||
<xi:include href="xml/gstglshader.xml"/>
|
<xi:include href="xml/gstglshader.xml"/>
|
||||||
|
|
|
@ -914,6 +914,26 @@ GST_IS_GL_FILTER_CLASS
|
||||||
GST_GL_FILTER_GET_CLASS
|
GST_GL_FILTER_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstglframebuffer</FILE>
|
||||||
|
<TITLE>GstGLFramebuffer</TITLE>
|
||||||
|
GstGLFramebuffer
|
||||||
|
GstGLFramebufferClass
|
||||||
|
gst_gl_framebuffer_new
|
||||||
|
gst_gl_framebuffer_generate
|
||||||
|
gst_gl_framebuffer_delete
|
||||||
|
gst_gl_framebuffer_use
|
||||||
|
gst_gl_framebuffer_use_v2
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_GL_FRAMEBUFFER
|
||||||
|
GST_IS_GL_FRAMEBUFFER
|
||||||
|
GST_TYPE_GL_FRAMEBUFFER
|
||||||
|
gst_gl_framebuffer_get_type
|
||||||
|
GST_GL_FRAMEBUFFER_CLASS
|
||||||
|
GST_IS_GL_FRAMEBUFFER_CLASS
|
||||||
|
GST_GL_FRAMEBUFFER_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstglmemory</FILE>
|
<FILE>gstglmemory</FILE>
|
||||||
GstGLAllocator
|
GstGLAllocator
|
||||||
|
|
Loading…
Reference in a new issue