diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-08-03 10:55:32 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-08-03 10:55:32 +0200 |
commit | 16a092e2b5581cafa917d213c6f80e8c41d6e0bf (patch) | |
tree | de584efbd65695da704ea84f14a36c85dd1c68a6 /win32/common/video-enumtypes.h | |
parent | 307d951f8705c6550bac45a87db38d1e9ffff78e (diff) |
Release 0.11.0
Diffstat (limited to 'win32/common/video-enumtypes.h')
-rw-r--r-- | win32/common/video-enumtypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/common/video-enumtypes.h b/win32/common/video-enumtypes.h index a247abc04..eae444d70 100644 --- a/win32/common/video-enumtypes.h +++ b/win32/common/video-enumtypes.h @@ -11,6 +11,10 @@ G_BEGIN_DECLS /* enumerations from "video.h" */ GType gst_video_format_get_type (void); #define GST_TYPE_VIDEO_FORMAT (gst_video_format_get_type()) +GType gst_video_format_flags_get_type (void); +#define GST_TYPE_VIDEO_FORMAT_FLAGS (gst_video_format_flags_get_type()) +GType gst_video_flags_get_type (void); +#define GST_TYPE_VIDEO_FLAGS (gst_video_flags_get_type()) G_END_DECLS #endif /* __GST_VIDEO_ENUM_TYPES_H__ */ |