Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / win32 / common / gstenumtypes.h
1
2
3
4 #ifndef __GST_ENUM_TYPES_H__
5 #define __GST_ENUM_TYPES_H__
6
7 #include <glib-object.h>
8
9 G_BEGIN_DECLS
10
11 /* enumerations from "gstobject.h" */
12 GType gst_object_flags_get_type (void);
13 #define GST_TYPE_OBJECT_FLAGS (gst_object_flags_get_type())
14
15 /* enumerations from "gstbin.h" */
16 GType gst_bin_flags_get_type (void);
17 #define GST_TYPE_BIN_FLAGS (gst_bin_flags_get_type())
18
19 /* enumerations from "gstbuffer.h" */
20 GType gst_buffer_flags_get_type (void);
21 #define GST_TYPE_BUFFER_FLAGS (gst_buffer_flags_get_type())
22 GType gst_buffer_copy_flags_get_type (void);
23 #define GST_TYPE_BUFFER_COPY_FLAGS (gst_buffer_copy_flags_get_type())
24
25 /* enumerations from "gstbufferpool.h" */
26 GType gst_buffer_pool_flags_get_type (void);
27 #define GST_TYPE_BUFFER_POOL_FLAGS (gst_buffer_pool_flags_get_type())
28
29 /* enumerations from "gstbus.h" */
30 GType gst_bus_flags_get_type (void);
31 #define GST_TYPE_BUS_FLAGS (gst_bus_flags_get_type())
32 GType gst_bus_sync_reply_get_type (void);
33 #define GST_TYPE_BUS_SYNC_REPLY (gst_bus_sync_reply_get_type())
34
35 /* enumerations from "gstcaps.h" */
36 GType gst_caps_flags_get_type (void);
37 #define GST_TYPE_CAPS_FLAGS (gst_caps_flags_get_type())
38 GType gst_caps_intersect_mode_get_type (void);
39 #define GST_TYPE_CAPS_INTERSECT_MODE (gst_caps_intersect_mode_get_type())
40
41 /* enumerations from "gstclock.h" */
42 GType gst_clock_return_get_type (void);
43 #define GST_TYPE_CLOCK_RETURN (gst_clock_return_get_type())
44 GType gst_clock_entry_type_get_type (void);
45 #define GST_TYPE_CLOCK_ENTRY_TYPE (gst_clock_entry_type_get_type())
46 GType gst_clock_flags_get_type (void);
47 #define GST_TYPE_CLOCK_FLAGS (gst_clock_flags_get_type())
48
49 /* enumerations from "gstdebugutils.h" */
50 GType gst_debug_graph_details_get_type (void);
51 #define GST_TYPE_DEBUG_GRAPH_DETAILS (gst_debug_graph_details_get_type())
52
53 /* enumerations from "gstelement.h" */
54 GType gst_state_get_type (void);
55 #define GST_TYPE_STATE (gst_state_get_type())
56 GType gst_state_change_return_get_type (void);
57 #define GST_TYPE_STATE_CHANGE_RETURN (gst_state_change_return_get_type())
58 GType gst_state_change_get_type (void);
59 #define GST_TYPE_STATE_CHANGE (gst_state_change_get_type())
60 GType gst_element_flags_get_type (void);
61 #define GST_TYPE_ELEMENT_FLAGS (gst_element_flags_get_type())
62
63 /* enumerations from "gsterror.h" */
64 GType gst_core_error_get_type (void);
65 #define GST_TYPE_CORE_ERROR (gst_core_error_get_type())
66 GType gst_library_error_get_type (void);
67 #define GST_TYPE_LIBRARY_ERROR (gst_library_error_get_type())
68 GType gst_resource_error_get_type (void);
69 #define GST_TYPE_RESOURCE_ERROR (gst_resource_error_get_type())
70 GType gst_stream_error_get_type (void);
71 #define GST_TYPE_STREAM_ERROR (gst_stream_error_get_type())
72
73 /* enumerations from "gstevent.h" */
74 GType gst_event_type_flags_get_type (void);
75 #define GST_TYPE_EVENT_TYPE_FLAGS (gst_event_type_flags_get_type())
76 GType gst_event_type_get_type (void);
77 #define GST_TYPE_EVENT_TYPE (gst_event_type_get_type())
78 GType gst_qos_type_get_type (void);
79 #define GST_TYPE_QOS_TYPE (gst_qos_type_get_type())
80
81 /* enumerations from "gstformat.h" */
82 GType gst_format_get_type (void);
83 #define GST_TYPE_FORMAT (gst_format_get_type())
84
85 /* enumerations from "gstindex.h" */
86 GType gst_index_certainty_get_type (void);
87 #define GST_TYPE_INDEX_CERTAINTY (gst_index_certainty_get_type())
88 GType gst_index_entry_type_get_type (void);
89 #define GST_TYPE_INDEX_ENTRY_TYPE (gst_index_entry_type_get_type())
90 GType gst_index_lookup_method_get_type (void);
91 #define GST_TYPE_INDEX_LOOKUP_METHOD (gst_index_lookup_method_get_type())
92 GType gst_assoc_flags_get_type (void);
93 #define GST_TYPE_ASSOC_FLAGS (gst_assoc_flags_get_type())
94 GType gst_index_resolver_method_get_type (void);
95 #define GST_TYPE_INDEX_RESOLVER_METHOD (gst_index_resolver_method_get_type())
96 GType gst_index_flags_get_type (void);
97 #define GST_TYPE_INDEX_FLAGS (gst_index_flags_get_type())
98
99 /* enumerations from "gstinfo.h" */
100 GType gst_debug_level_get_type (void);
101 #define GST_TYPE_DEBUG_LEVEL (gst_debug_level_get_type())
102 GType gst_debug_color_flags_get_type (void);
103 #define GST_TYPE_DEBUG_COLOR_FLAGS (gst_debug_color_flags_get_type())
104
105 /* enumerations from "gstiterator.h" */
106 GType gst_iterator_result_get_type (void);
107 #define GST_TYPE_ITERATOR_RESULT (gst_iterator_result_get_type())
108 GType gst_iterator_item_get_type (void);
109 #define GST_TYPE_ITERATOR_ITEM (gst_iterator_item_get_type())
110
111 /* enumerations from "gstmessage.h" */
112 GType gst_message_type_get_type (void);
113 #define GST_TYPE_MESSAGE_TYPE (gst_message_type_get_type())
114 GType gst_structure_change_type_get_type (void);
115 #define GST_TYPE_STRUCTURE_CHANGE_TYPE (gst_structure_change_type_get_type())
116 GType gst_stream_status_type_get_type (void);
117 #define GST_TYPE_STREAM_STATUS_TYPE (gst_stream_status_type_get_type())
118 GType gst_progress_type_get_type (void);
119 #define GST_TYPE_PROGRESS_TYPE (gst_progress_type_get_type())
120
121 /* enumerations from "gstmemory.h" */
122 GType gst_memory_flags_get_type (void);
123 #define GST_TYPE_MEMORY_FLAGS (gst_memory_flags_get_type())
124 GType gst_map_flags_get_type (void);
125 #define GST_TYPE_MAP_FLAGS (gst_map_flags_get_type())
126
127 /* enumerations from "gstminiobject.h" */
128 GType gst_mini_object_flags_get_type (void);
129 #define GST_TYPE_MINI_OBJECT_FLAGS (gst_mini_object_flags_get_type())
130
131 /* enumerations from "gstpad.h" */
132 GType gst_pad_direction_get_type (void);
133 #define GST_TYPE_PAD_DIRECTION (gst_pad_direction_get_type())
134 GType gst_pad_link_return_get_type (void);
135 #define GST_TYPE_PAD_LINK_RETURN (gst_pad_link_return_get_type())
136 GType gst_flow_return_get_type (void);
137 #define GST_TYPE_FLOW_RETURN (gst_flow_return_get_type())
138 GType gst_pad_link_check_get_type (void);
139 #define GST_TYPE_PAD_LINK_CHECK (gst_pad_link_check_get_type())
140 GType gst_activate_mode_get_type (void);
141 #define GST_TYPE_ACTIVATE_MODE (gst_activate_mode_get_type())
142 GType gst_probe_type_get_type (void);
143 #define GST_TYPE_PROBE_TYPE (gst_probe_type_get_type())
144 GType gst_probe_return_get_type (void);
145 #define GST_TYPE_PROBE_RETURN (gst_probe_return_get_type())
146 GType gst_pad_flags_get_type (void);
147 #define GST_TYPE_PAD_FLAGS (gst_pad_flags_get_type())
148
149 /* enumerations from "gstpadtemplate.h" */
150 GType gst_pad_presence_get_type (void);
151 #define GST_TYPE_PAD_PRESENCE (gst_pad_presence_get_type())
152 GType gst_pad_template_flags_get_type (void);
153 #define GST_TYPE_PAD_TEMPLATE_FLAGS (gst_pad_template_flags_get_type())
154
155 /* enumerations from "gstpipeline.h" */
156 GType gst_pipeline_flags_get_type (void);
157 #define GST_TYPE_PIPELINE_FLAGS (gst_pipeline_flags_get_type())
158
159 /* enumerations from "gstplugin.h" */
160 GType gst_plugin_error_get_type (void);
161 #define GST_TYPE_PLUGIN_ERROR (gst_plugin_error_get_type())
162 GType gst_plugin_flags_get_type (void);
163 #define GST_TYPE_PLUGIN_FLAGS (gst_plugin_flags_get_type())
164 GType gst_plugin_dependency_flags_get_type (void);
165 #define GST_TYPE_PLUGIN_DEPENDENCY_FLAGS (gst_plugin_dependency_flags_get_type())
166
167 /* enumerations from "gstpluginfeature.h" */
168 GType gst_rank_get_type (void);
169 #define GST_TYPE_RANK (gst_rank_get_type())
170
171 /* enumerations from "gstquery.h" */
172 GType gst_query_type_get_type (void);
173 #define GST_TYPE_QUERY_TYPE (gst_query_type_get_type())
174 GType gst_buffering_mode_get_type (void);
175 #define GST_TYPE_BUFFERING_MODE (gst_buffering_mode_get_type())
176
177 /* enumerations from "gstsegment.h" */
178 GType gst_seek_type_get_type (void);
179 #define GST_TYPE_SEEK_TYPE (gst_seek_type_get_type())
180 GType gst_seek_flags_get_type (void);
181 #define GST_TYPE_SEEK_FLAGS (gst_seek_flags_get_type())
182 GType gst_segment_flags_get_type (void);
183 #define GST_TYPE_SEGMENT_FLAGS (gst_segment_flags_get_type())
184
185 /* enumerations from "gstsystemclock.h" */
186 GType gst_clock_type_get_type (void);
187 #define GST_TYPE_CLOCK_TYPE (gst_clock_type_get_type())
188
189 /* enumerations from "gsttaglist.h" */
190 GType gst_tag_merge_mode_get_type (void);
191 #define GST_TYPE_TAG_MERGE_MODE (gst_tag_merge_mode_get_type())
192 GType gst_tag_flag_get_type (void);
193 #define GST_TYPE_TAG_FLAG (gst_tag_flag_get_type())
194
195 /* enumerations from "gsttask.h" */
196 GType gst_task_state_get_type (void);
197 #define GST_TYPE_TASK_STATE (gst_task_state_get_type())
198
199 /* enumerations from "gsttrace.h" */
200 GType gst_alloc_trace_flags_get_type (void);
201 #define GST_TYPE_ALLOC_TRACE_FLAGS (gst_alloc_trace_flags_get_type())
202
203 /* enumerations from "gsttypefind.h" */
204 GType gst_type_find_probability_get_type (void);
205 #define GST_TYPE_TYPE_FIND_PROBABILITY (gst_type_find_probability_get_type())
206
207 /* enumerations from "gsturi.h" */
208 GType gst_uri_type_get_type (void);
209 #define GST_TYPE_URI_TYPE (gst_uri_type_get_type())
210
211 /* enumerations from "gstutils.h" */
212 GType gst_search_mode_get_type (void);
213 #define GST_TYPE_SEARCH_MODE (gst_search_mode_get_type())
214
215 /* enumerations from "gstparse.h" */
216 GType gst_parse_error_get_type (void);
217 #define GST_TYPE_PARSE_ERROR (gst_parse_error_get_type())
218 GType gst_parse_flags_get_type (void);
219 #define GST_TYPE_PARSE_FLAGS (gst_parse_flags_get_type())
220 G_END_DECLS
221
222 #endif /* __GST_ENUM_TYPES_H__ */
223
224
225