From: Wim Taymans Date: Fri, 30 Sep 2011 08:59:52 +0000 (+0200) Subject: video: fix docs X-Git-Tag: 1.19.3~511^2~7280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9592796d8aa228425b694a9f545730d52e7aea19;p=platform%2Fupstream%2Fgstreamer.git video: fix docs --- 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 */