From 401648d689b658ca27da56e56c833891c2cdbbc9 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Tue, 24 Jul 2012 09:35:10 +0200 Subject: [PATCH] docs: Build GstVideoFrame gtk docs --- docs/libs/gst-plugins-base-libs-sections.txt | 36 ++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 210cd2c..8e8acaa 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1926,10 +1926,7 @@ GstEncodingTargetClass gst/video/video.h GST_VIDEO_FPS_RANGE GST_VIDEO_SIZE_RANGE -GST_VIDEO_BUFFER_TFF -GST_VIDEO_BUFFER_RFF -GST_VIDEO_BUFFER_ONEFIELD -GST_VIDEO_BUFFER_PROGRESSIVE +GstVideoBufferFlags GstVideoChromaSite GstVideoColorMatrix GstVideoColorPrimaries @@ -2010,6 +2007,37 @@ gst_video_info_from_caps gst_video_info_init gst_video_info_set_format gst_video_info_to_caps +GstVideoFrame +GstVideoFrameFlags +GST_VIDEO_FRAME_FLAGS +GST_VIDEO_FRAME_FLAG_IS_SET +GST_VIDEO_FRAME_IS_INTERLACED +GST_VIDEO_FRAME_IS_TFF +GST_VIDEO_FRAME_IS_RFF +GST_VIDEO_FRAME_IS_ONEFIELD +GST_VIDEO_FRAME_FORMAT +GST_VIDEO_FRAME_WIDTH +GST_VIDEO_FRAME_HEIGHT +GST_VIDEO_FRAME_SIZE +GST_VIDEO_FRAME_N_PLANES +GST_VIDEO_FRAME_PLANE_DATA +GST_VIDEO_FRAME_PLANE_OFFSET +GST_VIDEO_FRAME_PLANE_STRIDE +GST_VIDEO_FRAME_N_COMPONENTS +GST_VIDEO_FRAME_COMP_DEPTH +GST_VIDEO_FRAME_COMP_DATA +GST_VIDEO_FRAME_COMP_STRIDE +GST_VIDEO_FRAME_COMP_OFFSET +GST_VIDEO_FRAME_COMP_WIDTH +GST_VIDEO_FRAME_COMP_HEIGHT +GST_VIDEO_FRAME_COMP_PLANE +GST_VIDEO_FRAME_COMP_PSTRIDE +GST_VIDEO_FRAME_COMP_POFFSET +gst_video_frame_map_id +gst_video_frame_map +gst_video_frame_unmap +gst_video_frame_copy +gst_video_frame_copy_plane gst_video_calculate_display_ratio gst_video_format_to_fourcc gst_video_format_from_fourcc -- 2.7.4