mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
doc: update sections and symbols
https://bugzilla.gnome.org/show_bug.cgi?id=749018
This commit is contained in:
parent
89e41fc8e3
commit
e9866d0656
2 changed files with 200 additions and 11 deletions
|
@ -13,9 +13,15 @@
|
|||
<xi:include href="xml/gstvaapidisplay.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay_x11.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay_glx.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay_egl.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay_drm.xml"/>
|
||||
<xi:include href="xml/gstvaapidisplay_wayland.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow_x11.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow_glx.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow_egl.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow_drm.xml"/>
|
||||
<xi:include href="xml/gstvaapiwindow_wayland.xml"/>
|
||||
<xi:include href="xml/gstvaapipixmap.xml"/>
|
||||
<xi:include href="xml/gstvaapipixmap_x11.xml"/>
|
||||
<xi:include href="xml/gstvaapiobject.xml"/>
|
||||
|
@ -23,6 +29,8 @@
|
|||
<xi:include href="xml/gstvaapiimage.xml"/>
|
||||
<xi:include href="xml/gstvaapisubpicture.xml"/>
|
||||
<xi:include href="xml/gstvaapitexture.xml"/>
|
||||
<xi:include href="xml/gstvaapitexture_egl.xml"/>
|
||||
<xi:include href="xml/gstvaapitexture_glx.xml"/>
|
||||
<xi:include href="xml/gstvaapiprofile.xml"/>
|
||||
<xi:include href="xml/gstvaapivideopool.xml"/>
|
||||
<xi:include href="xml/gstvaapisurfacepool.xml"/>
|
||||
|
@ -33,8 +41,14 @@
|
|||
<xi:include href="xml/gstvaapidecoder_mpeg4.xml"/>
|
||||
<xi:include href="xml/gstvaapidecoder_h264.xml"/>
|
||||
<xi:include href="xml/gstvaapidecoder_vc1.xml"/>
|
||||
<xi:include href="xml/gstvaapidecoder_vp8.xml"/>
|
||||
<xi:include href="xml/gstvaapidecoder_h265.xml"/>
|
||||
<xi:include href="xml/gstvaapidecoder_unit.xml"/>
|
||||
<xi:include href="xml/gstvaapisurfaceproxy.xml"/>
|
||||
<xi:include href="xml/gstvaapifilter.xml"/>
|
||||
<xi:include href="xml/gstvaapivalue.xml"/>
|
||||
<xi:include href="xml/gstvaapiparser_frame.xml"/>
|
||||
<xi:include href="xml/gstvaapicontext.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter id="object-tree">
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
<FILE>videoformat</FILE>
|
||||
<TITLE>GstVideoFormat</TITLE>
|
||||
gst_vaapi_video_format_to_string
|
||||
gst_vaapi_video_format_from_caps
|
||||
gst_vaapi_video_format_from_structure
|
||||
gst_vaapi_video_format_from_va_fourcc
|
||||
gst_vaapi_video_format_from_va_format
|
||||
gst_vaapi_video_format_get_chroma_type
|
||||
gst_vaapi_video_format_get_score
|
||||
gst_vaapi_video_format_is_rgb
|
||||
gst_vaapi_video_format_is_yuv
|
||||
gst_vaapi_video_format_to_caps
|
||||
gst_vaapi_video_format_to_va_format
|
||||
</SECTION>
|
||||
|
||||
|
@ -52,6 +50,36 @@ gst_vaapi_display_x11_get_screen
|
|||
GST_VAAPI_DISPLAY_X11
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidisplay_drm</FILE>
|
||||
<TITLE>GstVaapiDisplayDRM</TITLE>
|
||||
gst_vaapi_display_drm_new
|
||||
gst_vaapi_display_drm_new_with_device
|
||||
gst_vaapi_display_drm_get_device
|
||||
gst_vaapi_display_drm_get_device_path
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidisplay_wayland</FILE>
|
||||
<TITLE>GstVaapiDisplayWayland</TITLE>
|
||||
gst_vaapi_display_wayland_new
|
||||
gst_vaapi_display_wayland_new_with_display
|
||||
gst_vaapi_display_wayland_get_display
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidisplay_egl</FILE>
|
||||
<TITLE>GstVaapiDisplayEGL</TITLE>
|
||||
GstVaapiDisplayEGL
|
||||
gst_vaapi_display_egl_new
|
||||
gst_vaapi_display_egl_new_with_native_display
|
||||
gst_vaapi_display_egl_get_gl_display
|
||||
gst_vaapi_display_egl_set_gl_context
|
||||
gst_vaapi_display_egl_get_gl_context
|
||||
<SUBSECTION Standard>
|
||||
GST_VAAPI_DISPLAY_EGL
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiwindow_x11</FILE>
|
||||
<TITLE>GstVaapiWindowX11</TITLE>
|
||||
|
@ -65,6 +93,36 @@ gst_vaapi_window_x11_is_foreign_xid
|
|||
GST_VAAPI_WINDOW_X11
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiwindow_wayland</FILE>
|
||||
<TITLE>GstVaapiWindowWayland</TITLE>
|
||||
gst_vaapi_window_wayland_new
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiwindow_drm</FILE>
|
||||
<TITLE>GstVaapiWindowDRM</TITLE>
|
||||
gst_vaapi_window_drm_new
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiwindow_glx</FILE>
|
||||
<TITLE>GstVaapiWindowGLX</TITLE>
|
||||
gst_vaapi_window_glx_new
|
||||
gst_vaapi_window_glx_new_with_xid
|
||||
gst_vaapi_window_glx_get_context
|
||||
gst_vaapi_window_glx_set_context
|
||||
gst_vaapi_window_glx_make_current
|
||||
gst_vaapi_window_glx_swap_buffers
|
||||
gst_vaapi_window_glx_put_texture
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiwindow_egl</FILE>
|
||||
<TITLE>GstVaapiWindowEGL</TITLE>
|
||||
gst_vaapi_window_egl_new
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapipixmap_x11</FILE>
|
||||
<TITLE>GstVaapiPixmapX11</TITLE>
|
||||
|
@ -106,32 +164,56 @@ GST_VAAPI_WINDOW_GLX
|
|||
<SECTION>
|
||||
<FILE>gstvaapidisplay</FILE>
|
||||
<TITLE>GstVaapiDisplay</TITLE>
|
||||
GstVaapiDisplayType
|
||||
GstVaapiDisplay
|
||||
GstVaapiDisplayInfo
|
||||
gst_vaapi_display_new_with_display
|
||||
gst_vaapi_display_ref
|
||||
gst_vaapi_display_unref
|
||||
gst_vaapi_display_replace
|
||||
gst_vaapi_display_lock
|
||||
gst_vaapi_display_unlock
|
||||
gst_vaapi_display_sync
|
||||
gst_vaapi_display_flush
|
||||
gst_vaapi_display_get_class_type
|
||||
gst_vaapi_display_get_display_type
|
||||
gst_vaapi_display_get_display_name
|
||||
gst_vaapi_display_get_display
|
||||
gst_vaapi_display_get_width
|
||||
gst_vaapi_display_get_height
|
||||
gst_vaapi_display_get_size
|
||||
gst_vaapi_display_get_pixel_aspect_ratio
|
||||
gst_vaapi_display_get_decode_caps
|
||||
gst_vaapi_display_has_video_processing
|
||||
gst_vaapi_display_get_decode_profiles
|
||||
gst_vaapi_display_has_decoder
|
||||
gst_vaapi_display_get_encode_caps
|
||||
gst_vaapi_display_get_encode_profiles
|
||||
gst_vaapi_display_has_encoder
|
||||
gst_vaapi_display_get_image_caps
|
||||
gst_vaapi_display_get_image_formats
|
||||
gst_vaapi_display_has_image_format
|
||||
gst_vaapi_display_get_subpicture_caps
|
||||
gst_vaapi_display_get_subpicture_formats
|
||||
gst_vaapi_display_has_subpicture_format
|
||||
gst_vaapi_display_has_property
|
||||
gst_vaapi_display_get_rotation
|
||||
gst_vaapi_display_set_rotation
|
||||
gst_vaapi_display_get_property
|
||||
gst_vaapi_display_set_property
|
||||
gst_vaapi_display_get_render_mode
|
||||
gst_vaapi_display_set_render_mode
|
||||
gst_vaapi_display_get_rotation
|
||||
gst_vaapi_display_set_rotation
|
||||
gst_vaapi_display_get_vendor_string
|
||||
gst_vaapi_display_has_opengl
|
||||
<SUBSECTION Standard>
|
||||
GST_VAAPI_DISPLAY
|
||||
GST_VAAPI_DISPLAY_GET_CLASS_TYPE
|
||||
GST_VAAPI_DISPLAY_VADISPLAY_TYPE
|
||||
GST_VAAPI_DISPLAY_VADISPLAY
|
||||
GST_VAAPI_DISPLAY_LOCK
|
||||
GST_VAAPI_DISPLAY_UNLOCK
|
||||
GST_VAAPI_DISPLAY_PROP_RENDER_MODE
|
||||
GST_VAAPI_DISPLAY_PROP_ROTATION
|
||||
GST_VAAPI_DISPLAY_PROP_HUE
|
||||
GST_VAAPI_DISPLAY_PROP_SATURATION
|
||||
GST_VAAPI_DISPLAY_PROP_BRIGHTNESS
|
||||
GST_VAAPI_DISPLAY_PROP_CONTRAST
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -294,16 +376,35 @@ gst_vaapi_entrypoint_get_va_entrypoint
|
|||
<TITLE>GstVaapiTexture</TITLE>
|
||||
GstVaapiTexture
|
||||
gst_vaapi_texture_new
|
||||
gst_vaapi_texture_new_with_texture
|
||||
gst_vaapi_texture_new_wrapped
|
||||
gst_vaapi_texture_ref
|
||||
gst_vaapi_texture_unref
|
||||
gst_vaapi_texture_replace
|
||||
gst_vaapi_texture_get_id
|
||||
gst_vaapi_texture_get_target
|
||||
gst_vaapi_texture_get_format
|
||||
gst_vaapi_texture_get_width
|
||||
gst_vaapi_texture_get_height
|
||||
gst_vaapi_texture_get_size
|
||||
gst_vaapi_texture_get_orientation_flags
|
||||
gst_vaapi_texture_set_orientation_flags
|
||||
gst_vaapi_texture_put_surface
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapitexture_egl</FILE>
|
||||
<TITLE>GstVaapiTextureEGL</TITLE>
|
||||
gst_vaapi_texture_egl_new
|
||||
gst_vaapi_texture_egl_new_wrapped
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapitexture_glx</FILE>
|
||||
<TITLE>GstVaapiTextureGLX</TITLE>
|
||||
gst_vaapi_texture_glx_new
|
||||
gst_vaapi_texture_glx_new_wrapped
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidecoder</FILE>
|
||||
GstVaapiDecoderStatus
|
||||
|
@ -357,6 +458,22 @@ GstVaapiDecoderVC1
|
|||
gst_vaapi_decoder_vc1_new
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidecoder_vp8</FILE>
|
||||
<TITLE>GstVaapiDecoderVp8</TITLE>
|
||||
GstVaapiDecoderVp8
|
||||
gst_vaapi_decoder_vp8_new
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidecoder_h265</FILE>
|
||||
<TITLE>GstVaapiDecoderH265</TITLE>
|
||||
GstVaapiDecoderH265
|
||||
GstVaapiStreamAlignH265
|
||||
gst_vaapi_decoder_h265_new
|
||||
gst_vaapi_decoder_h265_set_alignment
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapisurfaceproxy</FILE>
|
||||
<TITLE>GstVaapiSurfaceProxy</TITLE>
|
||||
|
@ -379,6 +496,7 @@ GST_VAAPI_SURFACE_PROXY_SURFACE
|
|||
<FILE>gstvaapifilter</FILE>
|
||||
<TITLE>GstVaapiFilter</TITLE>
|
||||
GstVaapiFilter
|
||||
GstVaapiFilterOp
|
||||
gst_vaapi_filter_new
|
||||
gst_vaapi_filter_ref
|
||||
gst_vaapi_filter_unref
|
||||
|
@ -394,7 +512,6 @@ gst_vaapi_filter_set_target_rectangle
|
|||
gst_vaapi_filter_set_denoising_level
|
||||
gst_vaapi_filter_set_sharpening_level
|
||||
gst_vaapi_filter_set_hue
|
||||
gst_vaapi_filter_set_saturation
|
||||
gst_vaapi_filter_set_brightness
|
||||
gst_vaapi_filter_set_saturation
|
||||
gst_vaapi_filter_set_deinterlacing
|
||||
|
@ -402,3 +519,61 @@ gst_vaapi_filter_set_deinterlacing_references
|
|||
<SUBSECTION Standard>
|
||||
GST_VAAPI_FILTER
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapiparser_frame</FILE>
|
||||
<TITLE>GstVaapiParserFrame</TITLE>
|
||||
gst_vaapi_parser_frame_new
|
||||
gst_vaapi_parser_frame_free
|
||||
gst_vaapi_parser_frame_append_unit
|
||||
gst_vaapi_parser_frame_ref
|
||||
gst_vaapi_parser_frame_unref
|
||||
gst_vaapi_parser_frame_replace
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapicontext</FILE>
|
||||
<TITLE>GstVaapiContext</TITLE>
|
||||
GstVaapiConfigInfoEncoder
|
||||
GstVaapiContextInfo
|
||||
GstVaapiContext
|
||||
GstVaapiContextUsage
|
||||
gst_vaapi_context_new
|
||||
gst_vaapi_context_reset
|
||||
gst_vaapi_context_get_id
|
||||
gst_vaapi_context_get_surface_proxy
|
||||
gst_vaapi_context_get_surface_count
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapidecoder_unit</FILE>
|
||||
<TITLE>GstVaapiDecoderUnit</TITLE>
|
||||
GstVaapiDecoderUnitFlags
|
||||
GstVaapiDecoderUnit
|
||||
gst_vaapi_decoder_unit_init
|
||||
gst_vaapi_decoder_unit_clear
|
||||
gst_vaapi_decoder_unit_new
|
||||
gst_vaapi_decoder_unit_set_parsed_info
|
||||
<SUBSECTION Standard>
|
||||
GST_VAAPI_DECODER_UNIT_FLAGS
|
||||
GST_VAAPI_DECODER_UNIT_FLAG_IS_SET
|
||||
GST_VAAPI_DECODER_UNIT_FLAG_SET
|
||||
GST_VAAPI_DECODER_UNIT_FLAG_UNSET
|
||||
GST_VAAPI_DECODER_UNIT_IS_FRAME_START
|
||||
GST_VAAPI_DECODER_UNIT_IS_FRAME_END
|
||||
GST_VAAPI_DECODER_UNIT_IS_STREAM_END
|
||||
GST_VAAPI_DECODER_UNIT_IS_SLICE
|
||||
GST_VAAPI_DECODER_UNIT_IS_SKIPPED
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstvaapivalue</FILE>
|
||||
<TITLE>GstVaapiValue</TITLE>
|
||||
GstVaapiEnumSubset
|
||||
GST_VAAPI_TYPE_POINT
|
||||
GST_VAAPI_TYPE_RECTANGLE
|
||||
GST_VAAPI_TYPE_RENDER_MODE
|
||||
GST_VAAPI_TYPE_ROTATION
|
||||
GST_VAAPI_TYPE_RATE_CONTROL
|
||||
GST_VAAPI_POPCOUNT32
|
||||
</SECTION>
|
||||
|
|
Loading…
Reference in a new issue