mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
docs: update for some gl function name changes
This commit is contained in:
parent
bb0fec7c80
commit
f0994563a6
1 changed files with 8 additions and 6 deletions
|
@ -695,10 +695,14 @@ GstInsertBinPrivate
|
||||||
<FILE>gstglapi</FILE>
|
<FILE>gstglapi</FILE>
|
||||||
<TITLE>GstGLAPI</TITLE>
|
<TITLE>GstGLAPI</TITLE>
|
||||||
GstGLAPI
|
GstGLAPI
|
||||||
gst_gl_api_string
|
gst_gl_api_to_string
|
||||||
|
gst_gl_api_from_string
|
||||||
|
GstGLPlatform
|
||||||
|
gst_gl_platform_to_string
|
||||||
|
gst_gl_platform_from_string
|
||||||
gst_gl_check_extension
|
gst_gl_check_extension
|
||||||
GST_GL_CHECK_GL_VERSION
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
|
GST_GL_CHECK_GL_VERSION
|
||||||
GSTGLAPI
|
GSTGLAPI
|
||||||
GST_GL_EXT_BEGIN
|
GST_GL_EXT_BEGIN
|
||||||
GST_GL_EXT_END
|
GST_GL_EXT_END
|
||||||
|
@ -730,7 +734,7 @@ GST_GL_COLOR_CONVERT_VIDEO_CAPS
|
||||||
GstGLColorConvert
|
GstGLColorConvert
|
||||||
GstGLColorConvertClass
|
GstGLColorConvertClass
|
||||||
gst_gl_color_convert_new
|
gst_gl_color_convert_new
|
||||||
gst_gl_color_convert_init_format
|
gst_gl_color_convert_set_format
|
||||||
gst_gl_color_convert_perform
|
gst_gl_color_convert_perform
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstGLColorConvertPrivate
|
GstGLColorConvertPrivate
|
||||||
|
@ -761,7 +765,7 @@ gst_gl_context_thread_add
|
||||||
gst_gl_context_get_display
|
gst_gl_context_get_display
|
||||||
gst_gl_context_get_gl_api
|
gst_gl_context_get_gl_api
|
||||||
gst_gl_context_get_gl_context
|
gst_gl_context_get_gl_context
|
||||||
gst_gl_context_get_platform
|
gst_gl_context_get_gl_platform
|
||||||
gst_gl_context_check_feature
|
gst_gl_context_check_feature
|
||||||
gst_gl_context_check_gl_version
|
gst_gl_context_check_gl_version
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
@ -1032,9 +1036,7 @@ GstGLUpload
|
||||||
gst_gl_upload_new
|
gst_gl_upload_new
|
||||||
gst_gl_upload_set_format
|
gst_gl_upload_set_format
|
||||||
gst_gl_upload_get_format
|
gst_gl_upload_get_format
|
||||||
gst_gl_upload_add_video_gl_texture_upload_meta
|
|
||||||
gst_gl_upload_perform_with_data
|
gst_gl_upload_perform_with_data
|
||||||
gst_gl_upload_perform_with_memory
|
|
||||||
gst_gl_upload_perform_with_gl_texture_upload_meta
|
gst_gl_upload_perform_with_gl_texture_upload_meta
|
||||||
gst_gl_upload_perform_with_buffer
|
gst_gl_upload_perform_with_buffer
|
||||||
gst_gl_upload_release_buffer
|
gst_gl_upload_release_buffer
|
||||||
|
|
Loading…
Reference in a new issue