videotimecode: Add to docs and exports list
This commit is contained in:
parent
a993dd40b6
commit
7f7d667e0f
@ -2608,6 +2608,30 @@ gst_video_multiview_mode_to_caps_string
|
|||||||
gst_video_multiview_guess_half_aspect
|
gst_video_multiview_guess_half_aspect
|
||||||
gst_video_multiview_video_info_change_mode
|
gst_video_multiview_video_info_change_mode
|
||||||
|
|
||||||
|
#video-timecode.h
|
||||||
|
<SUBSECTION>
|
||||||
|
GstVideoTimeCode
|
||||||
|
GstVideoTimeCodeConfig
|
||||||
|
GstVideoTimeCodeFlags
|
||||||
|
gst_video_time_code_new
|
||||||
|
gst_video_time_code_new_empty
|
||||||
|
gst_video_time_code_free
|
||||||
|
gst_video_time_code_copy
|
||||||
|
gst_video_time_code_init
|
||||||
|
gst_video_time_code_clear
|
||||||
|
gst_video_time_code_is_valid
|
||||||
|
gst_video_time_code_compare
|
||||||
|
gst_video_time_code_increment_frame
|
||||||
|
gst_video_time_code_add_frames
|
||||||
|
gst_video_time_code_frames_since_daily_jam
|
||||||
|
gst_video_time_code_nsec_since_daily_jam
|
||||||
|
gst_video_time_code_to_date_time
|
||||||
|
gst_video_time_code_to_string
|
||||||
|
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
gst_video_time_code_get_type
|
||||||
|
GST_TYPE_VIDEO_TIME_CODE
|
||||||
|
|
||||||
#video-enumtypes.h
|
#video-enumtypes.h
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
gst_color_balance_type_get_type
|
gst_color_balance_type_get_type
|
||||||
@ -2669,6 +2693,10 @@ GstVideoGLTextureUploadMeta
|
|||||||
gst_buffer_add_video_gl_texture_upload_meta
|
gst_buffer_add_video_gl_texture_upload_meta
|
||||||
gst_buffer_get_video_gl_texture_upload_meta
|
gst_buffer_get_video_gl_texture_upload_meta
|
||||||
gst_video_gl_texture_upload_meta_upload
|
gst_video_gl_texture_upload_meta_upload
|
||||||
|
GstVideoTimeCodeMeta
|
||||||
|
gst_buffer_add_video_time_code_meta
|
||||||
|
gst_buffer_add_video_time_code_meta_full
|
||||||
|
gst_buffer_get_video_time_code_meta
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
gst_video_crop_meta_api_get_type
|
gst_video_crop_meta_api_get_type
|
||||||
gst_video_meta_api_get_type
|
gst_video_meta_api_get_type
|
||||||
@ -2683,6 +2711,10 @@ GST_VIDEO_GL_TEXTURE_UPLOAD_META_API_TYPE
|
|||||||
GST_VIDEO_GL_TEXTURE_UPLOAD_META_INFO
|
GST_VIDEO_GL_TEXTURE_UPLOAD_META_INFO
|
||||||
gst_video_gl_texture_upload_meta_api_get_type
|
gst_video_gl_texture_upload_meta_api_get_type
|
||||||
gst_video_gl_texture_upload_meta_get_info
|
gst_video_gl_texture_upload_meta_get_info
|
||||||
|
GST_VIDEO_TIME_CODE_META_API_TYPE
|
||||||
|
GST_VIDEO_TIME_CODE_META_INFO
|
||||||
|
gst_video_time_code_meta_api_get_type
|
||||||
|
gst_video_time_code_meta_get_info
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -7,6 +7,8 @@ EXPORTS
|
|||||||
gst_buffer_add_video_overlay_composition_meta
|
gst_buffer_add_video_overlay_composition_meta
|
||||||
gst_buffer_add_video_region_of_interest_meta
|
gst_buffer_add_video_region_of_interest_meta
|
||||||
gst_buffer_add_video_region_of_interest_meta_id
|
gst_buffer_add_video_region_of_interest_meta_id
|
||||||
|
gst_buffer_add_video_time_code_meta
|
||||||
|
gst_buffer_add_video_time_code_meta_full
|
||||||
gst_buffer_get_video_meta
|
gst_buffer_get_video_meta
|
||||||
gst_buffer_get_video_meta_id
|
gst_buffer_get_video_meta_id
|
||||||
gst_buffer_get_video_region_of_interest_meta_id
|
gst_buffer_get_video_region_of_interest_meta_id
|
||||||
@ -283,4 +285,21 @@ EXPORTS
|
|||||||
gst_video_tile_get_index
|
gst_video_tile_get_index
|
||||||
gst_video_tile_mode_get_type
|
gst_video_tile_mode_get_type
|
||||||
gst_video_tile_type_get_type
|
gst_video_tile_type_get_type
|
||||||
|
gst_video_time_code_add_frames
|
||||||
|
gst_video_time_code_clear
|
||||||
|
gst_video_time_code_compare
|
||||||
|
gst_video_time_code_copy
|
||||||
|
gst_video_time_code_frames_since_daily_jam
|
||||||
|
gst_video_time_code_free
|
||||||
|
gst_video_time_code_get_type
|
||||||
|
gst_video_time_code_increment_frame
|
||||||
|
gst_video_time_code_init
|
||||||
|
gst_video_time_code_is_valid
|
||||||
|
gst_video_time_code_meta_api_get_type
|
||||||
|
gst_video_time_code_meta_get_info
|
||||||
|
gst_video_time_code_new
|
||||||
|
gst_video_time_code_new_empty
|
||||||
|
gst_video_time_code_nsec_since_daily_jam
|
||||||
|
gst_video_time_code_to_date_time
|
||||||
|
gst_video_time_code_to_string
|
||||||
gst_video_transfer_function_get_type
|
gst_video_transfer_function_get_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user