summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-01-26 10:30:53 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-02-19 16:11:44 +0100
commitc44b06781752ae6d002e87e083ae993912ed6d09 (patch)
tree5c316dc1a7172ac70fcec8ecadc75dddbc7daf29 /docs
parentf187ffddce2fca17060cdb44174b3c5121bf5bec (diff)
video: Add flags for interlaced video along with convenience methods for interlaced caps.
These three flags allow all know combinations of interlaced formats. They should only be used when the caps contain 'interlaced=True'. Fixes #163577 (yes, it's a 4 year old bug).
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-base-libs-sections.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 4842f39a..83b1474c 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -1552,12 +1552,16 @@ GST_VIDEO_RED_MASK_15_INT
GST_VIDEO_RED_MASK_16
GST_VIDEO_RED_MASK_16_INT
GST_VIDEO_SIZE_RANGE
+GST_VIDEO_BUFFER_TFF
+GST_VIDEO_BUFFER_RFF
+GST_VIDEO_BUFFER_ONEFIELD
GstVideoFormat
gst_video_calculate_display_ratio
gst_video_frame_rate
gst_video_get_size
gst_video_format_convert
gst_video_format_new_caps
+gst_video_format_new_caps_interlaced
gst_video_format_get_component_height
gst_video_format_get_component_offset
gst_video_format_get_component_width
@@ -1570,6 +1574,7 @@ gst_video_format_is_yuv
gst_video_format_to_fourcc
gst_video_format_from_fourcc
gst_video_format_parse_caps
+gst_video_format_parse_caps_interlaced
gst_video_parse_caps_framerate
gst_video_parse_caps_pixel_aspect_ratio
</SECTION>