Release 1.1.1
[platform/upstream/gstreamer.git] / win32 / common / video-enumtypes.h
1
2
3
4 #ifndef __GST_VIDEO_ENUM_TYPES_H__
5 #define __GST_VIDEO_ENUM_TYPES_H__
6
7 #include <glib-object.h>
8
9 G_BEGIN_DECLS
10
11 /* enumerations from "video-format.h" */
12 GType gst_video_format_get_type (void);
13 #define GST_TYPE_VIDEO_FORMAT (gst_video_format_get_type())
14 GType gst_video_format_flags_get_type (void);
15 #define GST_TYPE_VIDEO_FORMAT_FLAGS (gst_video_format_flags_get_type())
16 GType gst_video_pack_flags_get_type (void);
17 #define GST_TYPE_VIDEO_PACK_FLAGS (gst_video_pack_flags_get_type())
18
19 /* enumerations from "video-color.h" */
20 GType gst_video_color_range_get_type (void);
21 #define GST_TYPE_VIDEO_COLOR_RANGE (gst_video_color_range_get_type())
22 GType gst_video_color_matrix_get_type (void);
23 #define GST_TYPE_VIDEO_COLOR_MATRIX (gst_video_color_matrix_get_type())
24 GType gst_video_transfer_function_get_type (void);
25 #define GST_TYPE_VIDEO_TRANSFER_FUNCTION (gst_video_transfer_function_get_type())
26 GType gst_video_color_primaries_get_type (void);
27 #define GST_TYPE_VIDEO_COLOR_PRIMARIES (gst_video_color_primaries_get_type())
28
29 /* enumerations from "video-info.h" */
30 GType gst_video_interlace_mode_get_type (void);
31 #define GST_TYPE_VIDEO_INTERLACE_MODE (gst_video_interlace_mode_get_type())
32 GType gst_video_flags_get_type (void);
33 #define GST_TYPE_VIDEO_FLAGS (gst_video_flags_get_type())
34
35 /* enumerations from "colorbalance.h" */
36 GType gst_color_balance_type_get_type (void);
37 #define GST_TYPE_COLOR_BALANCE_TYPE (gst_color_balance_type_get_type())
38
39 /* enumerations from "navigation.h" */
40 GType gst_navigation_command_get_type (void);
41 #define GST_TYPE_NAVIGATION_COMMAND (gst_navigation_command_get_type())
42 GType gst_navigation_query_type_get_type (void);
43 #define GST_TYPE_NAVIGATION_QUERY_TYPE (gst_navigation_query_type_get_type())
44 GType gst_navigation_message_type_get_type (void);
45 #define GST_TYPE_NAVIGATION_MESSAGE_TYPE (gst_navigation_message_type_get_type())
46 GType gst_navigation_event_type_get_type (void);
47 #define GST_TYPE_NAVIGATION_EVENT_TYPE (gst_navigation_event_type_get_type())
48
49 /* enumerations from "video-chroma.h" */
50 GType gst_video_chroma_site_get_type (void);
51 #define GST_TYPE_VIDEO_CHROMA_SITE (gst_video_chroma_site_get_type())
52 GType gst_video_chroma_method_get_type (void);
53 #define GST_TYPE_VIDEO_CHROMA_METHOD (gst_video_chroma_method_get_type())
54 GType gst_video_chroma_flags_get_type (void);
55 #define GST_TYPE_VIDEO_CHROMA_FLAGS (gst_video_chroma_flags_get_type())
56 G_END_DECLS
57
58 #endif /* __GST_VIDEO_ENUM_TYPES_H__ */
59
60
61