From 9592796d8aa228425b694a9f545730d52e7aea19 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 30 Sep 2011 10:59:52 +0200 Subject: [PATCH] video: fix docs --- gst-libs/gst/video/video.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index 56716f4..41834a2 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -305,13 +305,13 @@ typedef struct _GstVideoFrame GstVideoFrame; /** * GstVideoFlags: - * @GST_META_VIDEO_FLAG_NONE: no flags - * @GST_META_VIDEO_FLAG_INTERLACED: The video is interlaced - * @GST_META_VIDEO_FLAG_TFF: The video has the top field first - * @GST_META_VIDEO_FLAG_RFF: The video has the repeat flag - * @GST_META_VIDEO_FLAG_ONEFIELD: one field - * @GST_META_VIDEO_FLAG_TELECINE: telecine - * @GST_META_VIDEO_FLAG_PROGRESSIVE: video is progressive + * @GST_VIDEO_FLAG_NONE: no flags + * @GST_VIDEO_FLAG_INTERLACED: The video is interlaced + * @GST_VIDEO_FLAG_TFF: The video has the top field first + * @GST_VIDEO_FLAG_RFF: The video has the repeat flag + * @GST_VIDEO_FLAG_ONEFIELD: one field + * @GST_VIDEO_FLAG_TELECINE: telecine + * @GST_VIDEO_FLAG_PROGRESSIVE: video is progressive * * Extra video flags */ -- 2.7.4