docs: add gluploadmeta object

This commit is contained in:
Matthew Waters 2014-06-13 09:41:51 +10:00
parent f0994563a6
commit 83354436cb
2 changed files with 21 additions and 0 deletions

View file

@ -74,6 +74,7 @@
<xi:include href="xml/gstglmixer.xml"/> <xi:include href="xml/gstglmixer.xml"/>
<xi:include href="xml/gstglshader.xml"/> <xi:include href="xml/gstglshader.xml"/>
<xi:include href="xml/gstglupload.xml"/> <xi:include href="xml/gstglupload.xml"/>
<xi:include href="xml/gstgluploadmeta.xml"/>
<xi:include href="xml/gstglutils.xml"/> <xi:include href="xml/gstglutils.xml"/>
<xi:include href="xml/gstglwindow.xml"/> <xi:include href="xml/gstglwindow.xml"/>
<xi:include href="xml/gstglwindowandroid.xml"/> <xi:include href="xml/gstglwindowandroid.xml"/>

View file

@ -1052,6 +1052,26 @@ GST_TYPE_GL_UPLOAD
GstGLUploadPrivate GstGLUploadPrivate
</SECTION> </SECTION>
<SECTION>
<FILE>gstgluploadmeta</FILE>
<TITLE>GstGLUploadMeta</TITLE>
GstGLUploadMeta
gst_gl_upload_meta_new
gst_gl_upload_meta_set_format
gst_gl_upload_meta_get_format
gst_gl_upload_meta_add_to_buffer
<SUBSECTION Standard>
GST_GL_UPLOAD_META
GST_GL_UPLOAD_META_CAST
GST_GL_UPLOAD_META_CLASS
GST_GL_UPLOAD_META_GET_CLASS
gst_gl_upload_meta_get_type
GST_IS_GL_UPLOAD_META
GST_IS_GL_UPLOAD_META_CLASS
GST_TYPE_GL_UPLOAD_META
GstGLUploadMetaPrivate
</SECTION>
<SECTION> <SECTION>
<FILE>gstglutils</FILE> <FILE>gstglutils</FILE>
<TITLE>Utilities</TITLE> <TITLE>Utilities</TITLE>