summaryrefslogtreecommitdiff
path: root/include/gst/gl/gl-enumtypes.h
blob: 5285248e36ad8a8c52c4d48b1143f709a983f6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87

/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */

#pragma once

#include <gst/gst.h>
#include <gst/gl/gstgl_fwd.h>
G_BEGIN_DECLS

/* enumerations from "gstgl_enums.h" */
GST_GL_API
GType gst_gl_texture_target_get_type (void);
#define GST_TYPE_GL_TEXTURE_TARGET (gst_gl_texture_target_get_type())

/* enumerations from "gstglapi.h" */
GST_GL_API
GType gst_gl_api_get_type (void);
#define GST_TYPE_GL_API (gst_gl_api_get_type())
GST_GL_API
GType gst_gl_platform_get_type (void);
#define GST_TYPE_GL_PLATFORM (gst_gl_platform_get_type())

/* enumerations from "gstglbasememory.h" */
GST_GL_API
GType gst_gl_base_memory_error_get_type (void);
#define GST_TYPE_GL_BASE_MEMORY_ERROR (gst_gl_base_memory_error_get_type())
GST_GL_API
GType gst_gl_base_memory_transfer_get_type (void);
#define GST_TYPE_GL_BASE_MEMORY_TRANSFER (gst_gl_base_memory_transfer_get_type())

/* enumerations from "gstglcontext.h" */
GST_GL_API
GType gst_gl_context_error_get_type (void);
#define GST_TYPE_GL_CONTEXT_ERROR (gst_gl_context_error_get_type())

/* enumerations from "gstglcontextconfig.h" */
GST_GL_API
GType gst_gl_config_caveat_get_type (void);
#define GST_TYPE_GL_CONFIG_CAVEAT (gst_gl_config_caveat_get_type())
GST_GL_API
GType gst_gl_config_surface_type_get_type (void);
#define GST_TYPE_GL_CONFIG_SURFACE_TYPE (gst_gl_config_surface_type_get_type())

/* enumerations from "gstgldisplay.h" */
GST_GL_API
GType gst_gl_display_type_get_type (void);
#define GST_TYPE_GL_DISPLAY_TYPE (gst_gl_display_type_get_type())

/* enumerations from "gstglformat.h" */
GST_GL_API
GType gst_gl_format_get_type (void);
#define GST_TYPE_GL_FORMAT (gst_gl_format_get_type())

/* enumerations from "gstglquery.h" */
GST_GL_API
GType gst_gl_query_type_get_type (void);
#define GST_TYPE_GL_QUERY_TYPE (gst_gl_query_type_get_type())

/* enumerations from "gstglsl.h" */
GST_GL_API
GType gst_glsl_error_get_type (void);
#define GST_TYPE_GLSL_ERROR (gst_glsl_error_get_type())
GST_GL_API
GType gst_glsl_version_get_type (void);
#define GST_TYPE_GLSL_VERSION (gst_glsl_version_get_type())
GST_GL_API
GType gst_glsl_profile_get_type (void);
#define GST_TYPE_GLSL_PROFILE (gst_glsl_profile_get_type())

/* enumerations from "gstglupload.h" */
GST_GL_API
GType gst_gl_upload_return_get_type (void);
#define GST_TYPE_GL_UPLOAD_RETURN (gst_gl_upload_return_get_type())

/* enumerations from "gstglviewconvert.h" */
GST_GL_API
GType gst_gl_stereo_downmix_get_type (void);
#define GST_TYPE_GL_STEREO_DOWNMIX (gst_gl_stereo_downmix_get_type())

/* enumerations from "gstglwindow.h" */
GST_GL_API
GType gst_gl_window_error_get_type (void);
#define GST_TYPE_GL_WINDOW_ERROR (gst_gl_window_error_get_type())
G_END_DECLS

/* Generated data ends here */