mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: Add new symbols to the docs and .def files
This commit is contained in:
parent
b495dfa5e6
commit
bf23f44239
2 changed files with 8 additions and 0 deletions
|
@ -2431,6 +2431,9 @@ GST_VIDEO_INFO_COLORIMETRY
|
|||
GST_VIDEO_INFO_MULTIVIEW_FLAGS
|
||||
GST_VIDEO_INFO_MULTIVIEW_MODE
|
||||
gst_video_info_init
|
||||
gst_video_info_new
|
||||
gst_video_info_copy
|
||||
gst_video_info_free
|
||||
gst_video_info_set_format
|
||||
gst_video_info_from_caps
|
||||
gst_video_info_to_caps
|
||||
|
@ -2449,6 +2452,7 @@ GST_TYPE_VIDEO_MULTIVIEW_MODE
|
|||
gst_video_multiview_mode_get_type
|
||||
gst_video_multiview_flagset_get_type
|
||||
gst_video_multiview_frame_packing_get_type
|
||||
gst_video_info_get_type
|
||||
|
||||
#video-frame.h
|
||||
<SUBSECTION>
|
||||
|
|
|
@ -180,9 +180,13 @@ EXPORTS
|
|||
gst_video_guess_framerate
|
||||
gst_video_info_align
|
||||
gst_video_info_convert
|
||||
gst_video_info_copy
|
||||
gst_video_info_free
|
||||
gst_video_info_from_caps
|
||||
gst_video_info_get_type
|
||||
gst_video_info_init
|
||||
gst_video_info_is_equal
|
||||
gst_video_info_new
|
||||
gst_video_info_set_format
|
||||
gst_video_info_to_caps
|
||||
gst_video_interlace_mode_from_string
|
||||
|
|
Loading…
Reference in a new issue