summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-04-01 13:30:51 +1100
committerMatthew Waters <ystreet00@gmail.com>2014-04-11 10:37:05 +1000
commit95abfda1399bcddbee345d4542e857d743965477 (patch)
tree92cadda41404ac8f1309c97ff965d6f132712d66 /docs
parentaa2b8f179e58d75fd2ac9c2721f9eb6e36f1b6f4 (diff)
downloadgstreamer-plugins-bad-95abfda1399bcddbee345d4542e857d743965477.tar.gz
gl: add colorconvert object that converts between color spaces/formats
Currently used by both upload and download objects separately.
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-bad-libs-docs.sgml1
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt25
-rw-r--r--docs/libs/gst-plugins-bad-libs.types1
3 files changed, 23 insertions, 4 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-docs.sgml b/docs/libs/gst-plugins-bad-libs-docs.sgml
index c00718c98..e5a0be80b 100644
--- a/docs/libs/gst-plugins-bad-libs-docs.sgml
+++ b/docs/libs/gst-plugins-bad-libs-docs.sgml
@@ -61,6 +61,7 @@
<title>OpenGL Helper Library</title>
<xi:include href="xml/gstglapi.xml"/>
<xi:include href="xml/gstglbufferpool.xml"/>
+ <xi:include href="xml/gstglcolorconvert.xml"/>
<xi:include href="xml/gstglcontext.xml"/>
<xi:include href="xml/gstglcontextcocoa.xml"/>
<xi:include href="xml/gstglcontextegl.xml"/>
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index 4ac35be80..e99caa1c7 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -681,6 +681,27 @@ GST_TYPE_GL_BUFFER_POOL
</SECTION>
<SECTION>
+<FILE>gstglcolorconvert</FILE>
+<TITLE>GstGLColorConvert</TITLE>
+GST_GL_COLOR_CONVERT_FORMATS
+GST_GL_COLOR_CONVERT_VIDEO_CAPS
+GstGLColorConvert
+GstGLColorConvertClass
+gst_gl_color_convert_new
+gst_gl_color_convert_init_format
+gst_gl_color_convert_set_texture_scaling
+gst_gl_color_convert_perform
+<SUBSECTION Standard>
+GstGLColorConvertPrivate
+GST_GL_COLOR_CONVERT
+GST_GL_COLOR_CONVERT_CLASS
+gst_gl_color_convert_get_type
+GST_IS_GL_COLOR_CONVERT
+GST_IS_GL_COLOR_CONVERT_CLASS
+GST_GL_TYPE_COLOR_CONVERT
+</SECTION>
+
+<SECTION>
<FILE>gstglcontext</FILE>
<TITLE>GstGLContext</TITLE>
GST_GL_CONTEXT_ERROR
@@ -800,8 +821,6 @@ gst_gl_display_get_type
<SECTION>
<FILE>gstgldownload</FILE>
-GST_GL_DOWNLOAD_FORMATS
-GST_GL_DOWNLOAD_VIDEO_CAPS
<TITLE>GstGLDownload</TITLE>
GstGLDownload
gst_gl_download_new
@@ -961,8 +980,6 @@ GST_GL_SHADER_GET_CLASS
<SECTION>
<FILE>gstglupload</FILE>
-GST_GL_UPLOAD_FORMATS
-GST_GL_UPLOAD_VIDEO_CAPS
<TITLE>GstGLUpload</TITLE>
GstGLUpload
gst_gl_upload_new
diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types
index 4b87dded1..92eb80db2 100644
--- a/docs/libs/gst-plugins-bad-libs.types
+++ b/docs/libs/gst-plugins-bad-libs.types
@@ -28,6 +28,7 @@ gst_insert_bin_get_type
gst_gl_upload_get_type
gst_gl_download_get_type
+gst_gl_color_convert_get_type
gst_gl_display_get_type
gst_gl_context_get_type
gst_gl_filter_get_type