From 42b49f6b0e05e575e8b9e781666c7ba546fc7e14 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 27 Jul 2011 16:55:45 +0200 Subject: [PATCH] video: add macro to access flags --- gst-libs/gst/video/video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index 87c17c3..6701aa1 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -374,6 +374,7 @@ struct _GstVideoInfo { /* general info */ #define GST_VIDEO_INFO_FORMAT(i) (GST_VIDEO_FORMAT_INFO_FORMAT((i)->finfo)) #define GST_VIDEO_INFO_NAME(i) (GST_VIDEO_FORMAT_INFO_NAME((i)->finfo)) +#define GST_VIDEO_INFO_FLAGS(i) ((i)->flags) #define GST_VIDEO_INFO_WIDTH(i) ((i)->width) #define GST_VIDEO_INFO_HEIGHT(i) ((i)->height) #define GST_VIDEO_INFO_SIZE(i) ((i)->size) -- 2.7.4