mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
doc: Add new sections introduce for tile format
https://bugzilla.gnome.org/show_bug.cgi?id=707361
This commit is contained in:
parent
595bcfb4d7
commit
016e5285c7
1 changed files with 15 additions and 0 deletions
|
@ -2185,6 +2185,9 @@ GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT
|
|||
GST_VIDEO_FORMAT_INFO_DATA
|
||||
GST_VIDEO_FORMAT_INFO_STRIDE
|
||||
GST_VIDEO_FORMAT_INFO_OFFSET
|
||||
GST_VIDEO_FORMAT_INFO_TILE_MODE
|
||||
GST_VIDEO_FORMAT_INFO_TILE_WS
|
||||
GST_VIDEO_FORMAT_INFO_TILE_HS
|
||||
gst_video_format_from_masks
|
||||
gst_video_format_from_fourcc
|
||||
gst_video_format_to_fourcc
|
||||
|
@ -2312,6 +2315,18 @@ GST_VIDEO_FRAME_COMP_PSTRIDE
|
|||
GST_VIDEO_FRAME_COMP_POFFSET
|
||||
GstVideoBufferFlags
|
||||
|
||||
#video-tile.h
|
||||
<SUBSECTION>
|
||||
GstVideoTileType
|
||||
GstVideoTileMode
|
||||
gst_video_tile_get_index
|
||||
GST_VIDEO_TILE_MAKE_MODE
|
||||
GST_VIDEO_TILE_MODE_TYPE
|
||||
GST_VIDEO_TILE_MODE_IS_INDEXED
|
||||
GST_VIDEO_TILE_MAKE_STRIDE
|
||||
GST_VIDEO_TILE_X_TILES
|
||||
GST_VIDEO_TILE_Y_TILES
|
||||
|
||||
#video-enumtypes.h
|
||||
<SUBSECTION Standard>
|
||||
gst_color_balance_type_get_type
|
||||
|
|
Loading…
Reference in a new issue