diff options
author | Matthew Waters <matthew@centricular.com> | 2015-01-14 22:08:43 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2015-01-14 22:22:13 +1100 |
commit | d5c369379106c826f46664f08c7cad0870272b83 (patch) | |
tree | 9695406b79b684f51605ea0b4dee11386e14699b /docs | |
parent | 4ccf45823eafb5a13de0e00e84e010d47fbe020a (diff) | |
download | gstreamer-plugins-bad-d5c369379106c826f46664f08c7cad0870272b83.tar.gz |
gl: split glcolorconvert usage from glupload
the separation allows the transfer operation to occur in a separate
thread/time which may increase performance in specific circumstances.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index dd6fd030e..2c3928bd7 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -771,7 +771,7 @@ GST_GL_COLOR_CONVERT_VIDEO_CAPS GstGLColorConvert GstGLColorConvertClass gst_gl_color_convert_new -gst_gl_color_convert_set_format +gst_gl_color_convert_set_caps gst_gl_color_convert_perform <SUBSECTION Standard> GstGLColorConvertPrivate |