mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl/docs: add missing functions/objects
This commit is contained in:
parent
78c82328ee
commit
e9fb5509ac
3 changed files with 108 additions and 15 deletions
|
@ -77,15 +77,18 @@
|
||||||
<xi:include href="xml/gstglcontext.xml"/>
|
<xi:include href="xml/gstglcontext.xml"/>
|
||||||
<xi:include href="xml/gstglcontextcocoa.xml"/>
|
<xi:include href="xml/gstglcontextcocoa.xml"/>
|
||||||
<xi:include href="xml/gstglcontextegl.xml"/>
|
<xi:include href="xml/gstglcontextegl.xml"/>
|
||||||
|
<xi:include href="xml/gstglcontexteagl.xml"/>
|
||||||
<xi:include href="xml/gstglcontextglx.xml"/>
|
<xi:include href="xml/gstglcontextglx.xml"/>
|
||||||
<xi:include href="xml/gstglcontextwgl.xml"/>
|
<xi:include href="xml/gstglcontextwgl.xml"/>
|
||||||
<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/gsteglimagememory.xml"/>
|
<xi:include href="xml/gsteglimagememory.xml"/>
|
||||||
|
<xi:include href="xml/gstglbasefilter.xml"/>
|
||||||
<xi:include href="xml/gstglfilter.xml"/>
|
<xi:include href="xml/gstglfilter.xml"/>
|
||||||
<xi:include href="xml/gstglframebuffer.xml"/>
|
<xi:include href="xml/gstglframebuffer.xml"/>
|
||||||
<xi:include href="xml/gstglmemory.xml"/>
|
<xi:include href="xml/gstglmemory.xml"/>
|
||||||
<xi:include href="xml/gstglshader.xml"/>
|
<xi:include href="xml/gstglshader.xml"/>
|
||||||
|
<xi:include href="xml/gstglsyncmeta.xml"/>
|
||||||
<xi:include href="xml/gstglupload.xml"/>
|
<xi:include href="xml/gstglupload.xml"/>
|
||||||
<xi:include href="xml/gstgluploadmeta.xml"/>
|
<xi:include href="xml/gstgluploadmeta.xml"/>
|
||||||
<xi:include href="xml/gstglutils.xml"/>
|
<xi:include href="xml/gstglutils.xml"/>
|
||||||
|
|
|
@ -772,10 +772,12 @@ GstGLColorConvert
|
||||||
GstGLColorConvertClass
|
GstGLColorConvertClass
|
||||||
gst_gl_color_convert_new
|
gst_gl_color_convert_new
|
||||||
gst_gl_color_convert_set_caps
|
gst_gl_color_convert_set_caps
|
||||||
|
gst_gl_color_convert_transform_caps
|
||||||
gst_gl_color_convert_perform
|
gst_gl_color_convert_perform
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstGLColorConvertPrivate
|
GstGLColorConvertPrivate
|
||||||
GST_GL_COLOR_CONVERT
|
GST_GL_COLOR_CONVERT
|
||||||
|
GST_GL_COLOR_CONVERT_CAST
|
||||||
GST_GL_COLOR_CONVERT_CLASS
|
GST_GL_COLOR_CONVERT_CLASS
|
||||||
gst_gl_color_convert_get_type
|
gst_gl_color_convert_get_type
|
||||||
GST_IS_GL_COLOR_CONVERT
|
GST_IS_GL_COLOR_CONVERT
|
||||||
|
@ -794,6 +796,7 @@ GstGLContext
|
||||||
gst_gl_context_new
|
gst_gl_context_new
|
||||||
gst_gl_context_new_wrapped
|
gst_gl_context_new_wrapped
|
||||||
gst_gl_context_create
|
gst_gl_context_create
|
||||||
|
gst_gl_context_destroy
|
||||||
gst_gl_context_activate
|
gst_gl_context_activate
|
||||||
gst_gl_context_default_get_proc_address
|
gst_gl_context_default_get_proc_address
|
||||||
gst_gl_context_get_proc_address
|
gst_gl_context_get_proc_address
|
||||||
|
@ -811,6 +814,8 @@ gst_gl_context_can_share
|
||||||
gst_gl_context_check_feature
|
gst_gl_context_check_feature
|
||||||
gst_gl_context_check_gl_version
|
gst_gl_context_check_gl_version
|
||||||
gst_gl_context_get_gl_version
|
gst_gl_context_get_gl_version
|
||||||
|
gst_gl_context_fill_info
|
||||||
|
gst_gl_context_get_current
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_CONTEXT
|
GST_GL_CONTEXT
|
||||||
GST_GL_IS_CONTEXT
|
GST_GL_IS_CONTEXT
|
||||||
|
@ -828,6 +833,8 @@ gst_gl_context_get_type
|
||||||
<TITLE>GstGLContextCocoa</TITLE>
|
<TITLE>GstGLContextCocoa</TITLE>
|
||||||
GstGLContextCocoa
|
GstGLContextCocoa
|
||||||
gst_gl_context_cocoa_new
|
gst_gl_context_cocoa_new
|
||||||
|
gst_gl_context_cocoa_get_current_context
|
||||||
|
gst_gl_context_cocoa_get_pixel_format
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_CONTEXT_COCOA
|
GST_GL_CONTEXT_COCOA
|
||||||
GST_GL_IS_CONTEXT_COCOA
|
GST_GL_IS_CONTEXT_COCOA
|
||||||
|
@ -838,6 +845,8 @@ GST_GL_IS_CONTEXT_COCOA_CLASS
|
||||||
GST_GL_CONTEXT_COCOA_CAST
|
GST_GL_CONTEXT_COCOA_CAST
|
||||||
GstGLContextCocoaPrivate
|
GstGLContextCocoaPrivate
|
||||||
gst_gl_context_cocoa_get_type
|
gst_gl_context_cocoa_get_type
|
||||||
|
<SUBSECTION Private>
|
||||||
|
gst_gl_context_cocoa_dump_pixel_format
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -845,6 +854,8 @@ gst_gl_context_cocoa_get_type
|
||||||
<TITLE>GstGLContextEGL</TITLE>
|
<TITLE>GstGLContextEGL</TITLE>
|
||||||
GstGLContextEGL
|
GstGLContextEGL
|
||||||
gst_gl_context_egl_new
|
gst_gl_context_egl_new
|
||||||
|
gst_gl_context_egl_get_current_context
|
||||||
|
gst_gl_context_egl_get_proc_address
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_CONTEXT_EGL
|
GST_GL_CONTEXT_EGL
|
||||||
GST_GL_IS_CONTEXT_EGL
|
GST_GL_IS_CONTEXT_EGL
|
||||||
|
@ -862,6 +873,8 @@ gst_gl_context_egl_get_type
|
||||||
<TITLE>GstGLContextGLX</TITLE>
|
<TITLE>GstGLContextGLX</TITLE>
|
||||||
GstGLContextGLX
|
GstGLContextGLX
|
||||||
gst_gl_context_glx_new
|
gst_gl_context_glx_new
|
||||||
|
gst_gl_context_glx_get_current_context
|
||||||
|
gst_gl_context_glx_get_proc_address
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_CONTEXT_GLX
|
GST_GL_CONTEXT_GLX
|
||||||
GST_GL_IS_CONTEXT_GLX
|
GST_GL_IS_CONTEXT_GLX
|
||||||
|
@ -879,6 +892,8 @@ gst_gl_context_glx_get_type
|
||||||
<TITLE>GstGLContextWGL</TITLE>
|
<TITLE>GstGLContextWGL</TITLE>
|
||||||
GstGLContextWGL
|
GstGLContextWGL
|
||||||
gst_gl_context_wgl_new
|
gst_gl_context_wgl_new
|
||||||
|
gst_gl_context_wgl_get_current_context
|
||||||
|
gst_gl_context_wgl_get_proc_address
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_CONTEXT_WGL
|
GST_GL_CONTEXT_WGL
|
||||||
GST_GL_IS_CONTEXT_WGL
|
GST_GL_IS_CONTEXT_WGL
|
||||||
|
@ -891,6 +906,29 @@ GstGLContextWGLPrivate
|
||||||
gst_gl_context_wgl_get_type
|
gst_gl_context_wgl_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstglcontexteagl</FILE>
|
||||||
|
<TITLE>GstGLContextEagl</TITLE>
|
||||||
|
GstGLContextEagl
|
||||||
|
gst_gl_context_eagl_new
|
||||||
|
gst_gl_context_eagl_get_current_context
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_GL_CONTEXT_EAGL
|
||||||
|
GST_GL_IS_CONTEXT_EAGL
|
||||||
|
GST_GL_TYPE_CONTEXT_EAGL
|
||||||
|
GST_GL_CONTEXT_EAGL_CLASS
|
||||||
|
GST_GL_CONTEXT_EAGL_GET_CLASS
|
||||||
|
GST_GL_IS_CONTEXT_EAGL_CLASS
|
||||||
|
GST_GL_CONTEXT_EAGL_CAST
|
||||||
|
GstGLContextEaglPrivate
|
||||||
|
|
||||||
|
<SUBSECTION Private>
|
||||||
|
gst_gl_context_eagl_get_type
|
||||||
|
gst_gl_context_eagl_prepare_draw
|
||||||
|
gst_gl_context_eagl_finish_draw
|
||||||
|
gst_gl_context_eagl_resize
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstgldisplay</FILE>
|
<FILE>gstgldisplay</FILE>
|
||||||
<TITLE>GstGLDisplay</TITLE>
|
<TITLE>GstGLDisplay</TITLE>
|
||||||
|
@ -901,6 +939,9 @@ gst_gl_display_new
|
||||||
gst_gl_display_get_handle_type
|
gst_gl_display_get_handle_type
|
||||||
gst_gl_display_filter_gl_api
|
gst_gl_display_filter_gl_api
|
||||||
gst_gl_display_get_gl_api
|
gst_gl_display_get_gl_api
|
||||||
|
gst_gl_display_add_context
|
||||||
|
gst_gl_display_get_gl_context_for_thread
|
||||||
|
gst_gl_display_get_handle
|
||||||
gst_context_get_gl_display
|
gst_context_get_gl_display
|
||||||
gst_context_set_gl_display
|
gst_context_set_gl_display
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
@ -920,6 +961,7 @@ gst_gl_display_get_type
|
||||||
GstGLDownload
|
GstGLDownload
|
||||||
gst_gl_download_new
|
gst_gl_download_new
|
||||||
gst_gl_download_set_format
|
gst_gl_download_set_format
|
||||||
|
gst_gl_download_transform_caps
|
||||||
gst_gl_download_perform_with_data
|
gst_gl_download_perform_with_data
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_DOWNLOAD
|
GST_GL_DOWNLOAD
|
||||||
|
@ -933,6 +975,22 @@ GST_TYPE_GL_DOWNLOAD
|
||||||
GstGLDownloadPrivate
|
GstGLDownloadPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstglbasefilter</FILE>
|
||||||
|
<TITLE>GstGLBaseFilter</TITLE>
|
||||||
|
GstGLBaseFilter
|
||||||
|
GstGLBaseFilterClass
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_GL_BASE_FILTER
|
||||||
|
GST_IS_GL_BASE_FILTER
|
||||||
|
GST_TYPE_GL_BASE_FILTER
|
||||||
|
gst_gl_base_filter_get_type
|
||||||
|
GST_GL_BASE_FILTER_CLASS
|
||||||
|
GST_IS_GL_FILTER_CLASS
|
||||||
|
GST_GL_BASE_FILTER_GET_CLASS
|
||||||
|
GstGLBaseFilterPrivate
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstglfilter</FILE>
|
<FILE>gstglfilter</FILE>
|
||||||
<TITLE>GstGLFilter</TITLE>
|
<TITLE>GstGLFilter</TITLE>
|
||||||
|
@ -960,10 +1018,10 @@ GstGLFramebufferClass
|
||||||
gst_gl_framebuffer_new
|
gst_gl_framebuffer_new
|
||||||
gst_gl_framebuffer_generate
|
gst_gl_framebuffer_generate
|
||||||
gst_gl_framebuffer_delete
|
gst_gl_framebuffer_delete
|
||||||
gst_gl_framebuffer_use
|
|
||||||
gst_gl_framebuffer_use_v2
|
gst_gl_framebuffer_use_v2
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_FRAMEBUFFER
|
GST_GL_FRAMEBUFFER
|
||||||
|
GST_GL_FRAMEBUFFER_CAST
|
||||||
GST_IS_GL_FRAMEBUFFER
|
GST_IS_GL_FRAMEBUFFER
|
||||||
GST_TYPE_GL_FRAMEBUFFER
|
GST_TYPE_GL_FRAMEBUFFER
|
||||||
gst_gl_framebuffer_get_type
|
gst_gl_framebuffer_get_type
|
||||||
|
@ -1036,6 +1094,7 @@ gst_gl_shader_set_vertex_source
|
||||||
gst_gl_shader_set_fragment_source
|
gst_gl_shader_set_fragment_source
|
||||||
gst_gl_shader_get_vertex_source
|
gst_gl_shader_get_vertex_source
|
||||||
gst_gl_shader_get_fragment_source
|
gst_gl_shader_get_fragment_source
|
||||||
|
gst_gl_shader_get_program_handle
|
||||||
gst_gl_shader_set_active
|
gst_gl_shader_set_active
|
||||||
gst_gl_shader_is_compiled
|
gst_gl_shader_is_compiled
|
||||||
gst_gl_shader_compile
|
gst_gl_shader_compile
|
||||||
|
@ -1084,15 +1143,31 @@ GST_GL_IS_SHADER_CLASS
|
||||||
GST_GL_SHADER_GET_CLASS
|
GST_GL_SHADER_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstglsyncmeta</FILE>
|
||||||
|
<TITLE>GstGLSyncMeta</TITLE>
|
||||||
|
GstGLSyncMeta
|
||||||
|
gst_buffer_add_gl_sync_meta
|
||||||
|
gst_buffer_get_gl_sync_meta
|
||||||
|
gst_gl_sync_meta_api_get_type
|
||||||
|
gst_gl_sync_meta_get_info
|
||||||
|
gst_gl_sync_meta_set_sync_point
|
||||||
|
gst_gl_sync_meta_wait
|
||||||
|
GST_BUFFER_POOL_OPTION_GL_SYNC_META
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_GL_SYNC_META_API_TYPE
|
||||||
|
GST_GL_SYNC_META_INFO
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstglupload</FILE>
|
<FILE>gstglupload</FILE>
|
||||||
<TITLE>GstGLUpload</TITLE>
|
<TITLE>GstGLUpload</TITLE>
|
||||||
GstGLUpload
|
GstGLUpload
|
||||||
gst_gl_upload_new
|
gst_gl_upload_new
|
||||||
gst_gl_upload_set_format
|
gst_gl_upload_get_caps
|
||||||
gst_gl_upload_get_format
|
gst_gl_upload_set_caps
|
||||||
gst_gl_upload_perform_with_data
|
gst_gl_upload_propose_allocation
|
||||||
gst_gl_upload_perform_with_gl_texture_upload_meta
|
gst_gl_upload_transform_caps
|
||||||
gst_gl_upload_perform_with_buffer
|
gst_gl_upload_perform_with_buffer
|
||||||
gst_gl_upload_release_buffer
|
gst_gl_upload_release_buffer
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
@ -1135,14 +1210,12 @@ GLCB_V2
|
||||||
CRCB
|
CRCB
|
||||||
CDCB
|
CDCB
|
||||||
GstGLDisplayProjection
|
GstGLDisplayProjection
|
||||||
gst_gl_ensure_display
|
|
||||||
gst_gl_handle_set_context
|
gst_gl_handle_set_context
|
||||||
gst_gl_handle_context_query
|
gst_gl_handle_context_query
|
||||||
gst_gl_context_gen_texture
|
gst_gl_context_gen_texture
|
||||||
gst_gl_context_del_texture
|
gst_gl_context_del_texture
|
||||||
gst_gl_context_gen_fbo
|
gst_gl_context_gen_fbo
|
||||||
gst_gl_context_del_fbo
|
gst_gl_context_del_fbo
|
||||||
gst_gl_context_use_fbo
|
|
||||||
gst_gl_context_use_fbo_v2
|
gst_gl_context_use_fbo_v2
|
||||||
gst_gl_context_gen_shader
|
gst_gl_context_gen_shader
|
||||||
gst_gl_context_del_shader
|
gst_gl_context_del_shader
|
||||||
|
@ -1151,6 +1224,10 @@ gst_gl_context_set_error
|
||||||
gst_gl_context_get_error
|
gst_gl_context_get_error
|
||||||
gst_gl_context_clear_shader
|
gst_gl_context_clear_shader
|
||||||
gst_gl_generate_texture_full
|
gst_gl_generate_texture_full
|
||||||
|
gst_gl_caps_replace_all_caps_features
|
||||||
|
gst_gl_ensure_element_data
|
||||||
|
gst_gl_get_plane_data_size
|
||||||
|
gst_gl_run_query
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -1180,6 +1257,10 @@ gst_gl_window_set_draw_callback
|
||||||
gst_gl_window_set_resize_callback
|
gst_gl_window_set_resize_callback
|
||||||
gst_gl_window_set_window_handle
|
gst_gl_window_set_window_handle
|
||||||
gst_gl_window_get_window_handle
|
gst_gl_window_get_window_handle
|
||||||
|
gst_gl_window_set_preferred_size
|
||||||
|
gst_gl_window_show
|
||||||
|
gst_gl_window_get_surface_dimensions
|
||||||
|
gst_gl_window_handle_events
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_GL_IS_WINDOW
|
GST_GL_IS_WINDOW
|
||||||
GST_GL_IS_WINDOW_CLASS
|
GST_GL_IS_WINDOW_CLASS
|
||||||
|
@ -1189,6 +1270,11 @@ GST_GL_WINDOW_CLASS
|
||||||
GST_GL_WINDOW_GET_CLASS
|
GST_GL_WINDOW_GET_CLASS
|
||||||
gst_gl_window_get_type
|
gst_gl_window_get_type
|
||||||
GstGLWindowPrivate
|
GstGLWindowPrivate
|
||||||
|
<SUBSECTION Private>
|
||||||
|
gst_gl_window_key_event_cb
|
||||||
|
gst_gl_window_mouse_event_cb
|
||||||
|
gst_gl_window_send_key_event
|
||||||
|
gst_gl_window_send_mouse_event
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
|
|
@ -26,13 +26,17 @@ gst_mpegts_stream_type_get_type
|
||||||
gst_insert_bin_get_type
|
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
|
|
||||||
gst_gl_shader_get_type
|
|
||||||
gst_gl_buffer_pool_get_type
|
|
||||||
gst_gl_allocator_get_type
|
gst_gl_allocator_get_type
|
||||||
|
gst_gl_base_filter_get_type
|
||||||
|
gst_gl_buffer_pool_get_type
|
||||||
|
gst_gl_color_convert_get_type
|
||||||
|
gst_gl_context_get_type
|
||||||
|
gst_gl_display_get_type
|
||||||
|
gst_gl_download_get_type
|
||||||
|
gst_gl_filter_get_type
|
||||||
|
gst_gl_framebuffer_get_type
|
||||||
|
gst_gl_shader_get_type
|
||||||
|
gst_gl_upload_get_type
|
||||||
|
gst_gl_upload_meta_get_type
|
||||||
|
gst_gl_window_get_type
|
||||||
gst_gl_window_get_type
|
gst_gl_window_get_type
|
||||||
|
|
Loading…
Reference in a new issue