mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
defs: update defs and docs
This commit is contained in:
parent
b73096ce8c
commit
3112335cd6
2 changed files with 8 additions and 3 deletions
|
@ -2291,15 +2291,18 @@ GST_TYPE_VIDEO_PACK_FLAGS
|
||||||
#video-color.h
|
#video-color.h
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
GstVideoColorRange
|
GstVideoColorRange
|
||||||
|
gst_video_color_range_offsets
|
||||||
GstVideoColorMatrix
|
GstVideoColorMatrix
|
||||||
GstVideoTransferFunction
|
gst_video_color_matrix_get_Kr_Kb
|
||||||
GstVideoColorPrimaries
|
GstVideoColorPrimaries
|
||||||
|
GstVideoTransferFunction
|
||||||
|
gst_video_color_transfer_decode
|
||||||
|
gst_video_color_transfer_encode
|
||||||
|
|
||||||
GstVideoColorimetry
|
GstVideoColorimetry
|
||||||
gst_video_colorimetry_matches
|
gst_video_colorimetry_matches
|
||||||
gst_video_colorimetry_from_string
|
gst_video_colorimetry_from_string
|
||||||
gst_video_colorimetry_to_string
|
gst_video_colorimetry_to_string
|
||||||
gst_video_color_range_offsets
|
|
||||||
gst_video_color_matrix_get_Kr_Kb
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
gst_video_color_range_get_type
|
gst_video_color_range_get_type
|
||||||
GST_TYPE_VIDEO_COLOR_RANGE
|
GST_TYPE_VIDEO_COLOR_RANGE
|
||||||
|
|
|
@ -76,6 +76,8 @@ EXPORTS
|
||||||
gst_video_color_primaries_get_type
|
gst_video_color_primaries_get_type
|
||||||
gst_video_color_range_get_type
|
gst_video_color_range_get_type
|
||||||
gst_video_color_range_offsets
|
gst_video_color_range_offsets
|
||||||
|
gst_video_color_transfer_decode
|
||||||
|
gst_video_color_transfer_encode
|
||||||
gst_video_colorimetry_from_string
|
gst_video_colorimetry_from_string
|
||||||
gst_video_colorimetry_matches
|
gst_video_colorimetry_matches
|
||||||
gst_video_colorimetry_to_string
|
gst_video_colorimetry_to_string
|
||||||
|
|
Loading…
Reference in a new issue