~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to win32/common/gstenumtypes.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
GType gst_object_flags_get_type (void);
13
13
#define GST_TYPE_OBJECT_FLAGS (gst_object_flags_get_type())
14
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
 
15
19
/* enumerations from "gstbin.h" */
16
20
GType gst_bin_flags_get_type (void);
17
21
#define GST_TYPE_BIN_FLAGS (gst_bin_flags_get_type())
119
123
/* enumerations from "gstminiobject.h" */
120
124
GType gst_mini_object_flags_get_type (void);
121
125
#define GST_TYPE_MINI_OBJECT_FLAGS (gst_mini_object_flags_get_type())
 
126
GType gst_lock_flags_get_type (void);
 
127
#define GST_TYPE_LOCK_FLAGS (gst_lock_flags_get_type())
122
128
 
123
129
/* enumerations from "gstpad.h" */
124
130
GType gst_pad_direction_get_type (void);
187
193
#define GST_TYPE_TAG_MERGE_MODE (gst_tag_merge_mode_get_type())
188
194
GType gst_tag_flag_get_type (void);
189
195
#define GST_TYPE_TAG_FLAG (gst_tag_flag_get_type())
 
196
GType gst_tag_scope_get_type (void);
 
197
#define GST_TYPE_TAG_SCOPE (gst_tag_scope_get_type())
190
198
 
191
199
/* enumerations from "gsttask.h" */
192
200
GType gst_task_state_get_type (void);
193
201
#define GST_TYPE_TASK_STATE (gst_task_state_get_type())
194
202
 
195
203
/* enumerations from "gsttoc.h" */
 
204
GType gst_toc_scope_get_type (void);
 
205
#define GST_TYPE_TOC_SCOPE (gst_toc_scope_get_type())
196
206
GType gst_toc_entry_type_get_type (void);
197
207
#define GST_TYPE_TOC_ENTRY_TYPE (gst_toc_entry_type_get_type())
198
208