Release 1.3.1
[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 "gstallocator.h" */
16 GType gst_allocator_flags_get_type (void);
17 #define GST_TYPE_ALLOCATOR_FLAGS (gst_allocator_flags_get_type())
18
19 /* enumerations from "gstbin.h" */
20 GType gst_bin_flags_get_type (void);
21 #define GST_TYPE_BIN_FLAGS (gst_bin_flags_get_type())
22
23 /* enumerations from "gstbuffer.h" */
24 GType gst_buffer_flags_get_type (void);
25 #define GST_TYPE_BUFFER_FLAGS (gst_buffer_flags_get_type())
26 GType gst_buffer_copy_flags_get_type (void);
27 #define GST_TYPE_BUFFER_COPY_FLAGS (gst_buffer_copy_flags_get_type())
28
29 /* enumerations from "gstbufferpool.h" */
30 GType gst_buffer_pool_acquire_flags_get_type (void);
31 #define GST_TYPE_BUFFER_POOL_ACQUIRE_FLAGS (gst_buffer_pool_acquire_flags_get_type())
32
33 /* enumerations from "gstbus.h" */
34 GType gst_bus_flags_get_type (void);
35 #define GST_TYPE_BUS_FLAGS (gst_bus_flags_get_type())
36 GType gst_bus_sync_reply_get_type (void);
37 #define GST_TYPE_BUS_SYNC_REPLY (gst_bus_sync_reply_get_type())
38
39 /* enumerations from "gstcaps.h" */
40 GType gst_caps_flags_get_type (void);
41 #define GST_TYPE_CAPS_FLAGS (gst_caps_flags_get_type())
42 GType gst_caps_intersect_mode_get_type (void);
43 #define GST_TYPE_CAPS_INTERSECT_MODE (gst_caps_intersect_mode_get_type())
44
45 /* enumerations from "gstclock.h" */
46 GType gst_clock_return_get_type (void);
47 #define GST_TYPE_CLOCK_RETURN (gst_clock_return_get_type())
48 GType gst_clock_entry_type_get_type (void);
49 #define GST_TYPE_CLOCK_ENTRY_TYPE (gst_clock_entry_type_get_type())
50 GType gst_clock_flags_get_type (void);
51 #define GST_TYPE_CLOCK_FLAGS (gst_clock_flags_get_type())
52
53 /* enumerations from "gstdebugutils.h" */
54 GType gst_debug_graph_details_get_type (void);
55 #define GST_TYPE_DEBUG_GRAPH_DETAILS (gst_debug_graph_details_get_type())
56
57 /* enumerations from "gstelement.h" */
58 GType gst_state_get_type (void);
59 #define GST_TYPE_STATE (gst_state_get_type())
60 GType gst_state_change_return_get_type (void);
61 #define GST_TYPE_STATE_CHANGE_RETURN (gst_state_change_return_get_type())
62 GType gst_state_change_get_type (void);
63 #define GST_TYPE_STATE_CHANGE (gst_state_change_get_type())
64 GType gst_element_flags_get_type (void);
65 #define GST_TYPE_ELEMENT_FLAGS (gst_element_flags_get_type())
66
67 /* enumerations from "gsterror.h" */
68 GType gst_core_error_get_type (void);
69 #define GST_TYPE_CORE_ERROR (gst_core_error_get_type())
70 GType gst_library_error_get_type (void);
71 #define GST_TYPE_LIBRARY_ERROR (gst_library_error_get_type())
72 GType gst_resource_error_get_type (void);
73 #define GST_TYPE_RESOURCE_ERROR (gst_resource_error_get_type())
74 GType gst_stream_error_get_type (void);
75 #define GST_TYPE_STREAM_ERROR (gst_stream_error_get_type())
76
77 /* enumerations from "gstevent.h" */
78 GType gst_event_type_flags_get_type (void);
79 #define GST_TYPE_EVENT_TYPE_FLAGS (gst_event_type_flags_get_type())
80 GType gst_event_type_get_type (void);
81 #define GST_TYPE_EVENT_TYPE (gst_event_type_get_type())
82 GType gst_qos_type_get_type (void);
83 #define GST_TYPE_QOS_TYPE (gst_qos_type_get_type())
84 GType gst_stream_flags_get_type (void);
85 #define GST_TYPE_STREAM_FLAGS (gst_stream_flags_get_type())
86
87 /* enumerations from "gstformat.h" */
88 GType gst_format_get_type (void);
89 #define GST_TYPE_FORMAT (gst_format_get_type())
90
91 /* enumerations from "gstinfo.h" */
92 GType gst_debug_level_get_type (void);
93 #define GST_TYPE_DEBUG_LEVEL (gst_debug_level_get_type())
94 GType gst_debug_color_flags_get_type (void);
95 #define GST_TYPE_DEBUG_COLOR_FLAGS (gst_debug_color_flags_get_type())
96 GType gst_debug_color_mode_get_type (void);
97 #define GST_TYPE_DEBUG_COLOR_MODE (gst_debug_color_mode_get_type())
98
99 /* enumerations from "gstiterator.h" */
100 GType gst_iterator_result_get_type (void);
101 #define GST_TYPE_ITERATOR_RESULT (gst_iterator_result_get_type())
102 GType gst_iterator_item_get_type (void);
103 #define GST_TYPE_ITERATOR_ITEM (gst_iterator_item_get_type())
104
105 /* enumerations from "gstmessage.h" */
106 GType gst_message_type_get_type (void);
107 #define GST_TYPE_MESSAGE_TYPE (gst_message_type_get_type())
108 GType gst_structure_change_type_get_type (void);
109 #define GST_TYPE_STRUCTURE_CHANGE_TYPE (gst_structure_change_type_get_type())
110 GType gst_stream_status_type_get_type (void);
111 #define GST_TYPE_STREAM_STATUS_TYPE (gst_stream_status_type_get_type())
112 GType gst_progress_type_get_type (void);
113 #define GST_TYPE_PROGRESS_TYPE (gst_progress_type_get_type())
114
115 /* enumerations from "gstmeta.h" */
116 GType gst_meta_flags_get_type (void);
117 #define GST_TYPE_META_FLAGS (gst_meta_flags_get_type())
118
119 /* enumerations from "gstmemory.h" */
120 GType gst_memory_flags_get_type (void);
121 #define GST_TYPE_MEMORY_FLAGS (gst_memory_flags_get_type())
122 GType gst_map_flags_get_type (void);
123 #define GST_TYPE_MAP_FLAGS (gst_map_flags_get_type())
124
125 /* enumerations from "gstminiobject.h" */
126 GType gst_mini_object_flags_get_type (void);
127 #define GST_TYPE_MINI_OBJECT_FLAGS (gst_mini_object_flags_get_type())
128 GType gst_lock_flags_get_type (void);
129 #define GST_TYPE_LOCK_FLAGS (gst_lock_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_mode_get_type (void);
135 #define GST_TYPE_PAD_MODE (gst_pad_mode_get_type())
136 GType gst_pad_link_return_get_type (void);
137 #define GST_TYPE_PAD_LINK_RETURN (gst_pad_link_return_get_type())
138 GType gst_flow_return_get_type (void);
139 #define GST_TYPE_FLOW_RETURN (gst_flow_return_get_type())
140 GType gst_pad_link_check_get_type (void);
141 #define GST_TYPE_PAD_LINK_CHECK (gst_pad_link_check_get_type())
142 GType gst_pad_probe_type_get_type (void);
143 #define GST_TYPE_PAD_PROBE_TYPE (gst_pad_probe_type_get_type())
144 GType gst_pad_probe_return_get_type (void);
145 #define GST_TYPE_PAD_PROBE_RETURN (gst_pad_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_flags_get_type (void);
173 #define GST_TYPE_QUERY_TYPE_FLAGS (gst_query_type_flags_get_type())
174 GType gst_query_type_get_type (void);
175 #define GST_TYPE_QUERY_TYPE (gst_query_type_get_type())
176 GType gst_buffering_mode_get_type (void);
177 #define GST_TYPE_BUFFERING_MODE (gst_buffering_mode_get_type())
178 GType gst_scheduling_flags_get_type (void);
179 #define GST_TYPE_SCHEDULING_FLAGS (gst_scheduling_flags_get_type())
180
181 /* enumerations from "gstsegment.h" */
182 GType gst_seek_type_get_type (void);
183 #define GST_TYPE_SEEK_TYPE (gst_seek_type_get_type())
184 GType gst_seek_flags_get_type (void);
185 #define GST_TYPE_SEEK_FLAGS (gst_seek_flags_get_type())
186 GType gst_segment_flags_get_type (void);
187 #define GST_TYPE_SEGMENT_FLAGS (gst_segment_flags_get_type())
188
189 /* enumerations from "gstsystemclock.h" */
190 GType gst_clock_type_get_type (void);
191 #define GST_TYPE_CLOCK_TYPE (gst_clock_type_get_type())
192
193 /* enumerations from "gsttaglist.h" */
194 GType gst_tag_merge_mode_get_type (void);
195 #define GST_TYPE_TAG_MERGE_MODE (gst_tag_merge_mode_get_type())
196 GType gst_tag_flag_get_type (void);
197 #define GST_TYPE_TAG_FLAG (gst_tag_flag_get_type())
198 GType gst_tag_scope_get_type (void);
199 #define GST_TYPE_TAG_SCOPE (gst_tag_scope_get_type())
200
201 /* enumerations from "gsttask.h" */
202 GType gst_task_state_get_type (void);
203 #define GST_TYPE_TASK_STATE (gst_task_state_get_type())
204
205 /* enumerations from "gsttoc.h" */
206 GType gst_toc_scope_get_type (void);
207 #define GST_TYPE_TOC_SCOPE (gst_toc_scope_get_type())
208 GType gst_toc_entry_type_get_type (void);
209 #define GST_TYPE_TOC_ENTRY_TYPE (gst_toc_entry_type_get_type())
210 GType gst_toc_loop_type_get_type (void);
211 #define GST_TYPE_TOC_LOOP_TYPE (gst_toc_loop_type_get_type())
212
213 /* enumerations from "gsttypefind.h" */
214 GType gst_type_find_probability_get_type (void);
215 #define GST_TYPE_TYPE_FIND_PROBABILITY (gst_type_find_probability_get_type())
216
217 /* enumerations from "gsturi.h" */
218 GType gst_uri_error_get_type (void);
219 #define GST_TYPE_URI_ERROR (gst_uri_error_get_type())
220 GType gst_uri_type_get_type (void);
221 #define GST_TYPE_URI_TYPE (gst_uri_type_get_type())
222
223 /* enumerations from "gstutils.h" */
224 GType gst_search_mode_get_type (void);
225 #define GST_TYPE_SEARCH_MODE (gst_search_mode_get_type())
226
227 /* enumerations from "gstparse.h" */
228 GType gst_parse_error_get_type (void);
229 #define GST_TYPE_PARSE_ERROR (gst_parse_error_get_type())
230 GType gst_parse_flags_get_type (void);
231 #define GST_TYPE_PARSE_FLAGS (gst_parse_flags_get_type())
232 G_END_DECLS
233
234 #endif /* __GST_ENUM_TYPES_H__ */
235
236
237