video: fix docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 30 Sep 2011 08:59:52 +0000 (10:59 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 30 Sep 2011 09:04:19 +0000 (11:04 +0200)
gst-libs/gst/video/video.h

index 56716f4..41834a2 100644 (file)
@@ -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
  */