1
2/* 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. */
3
4#pragma once
5
6#include <gst/gst.h>
7#include <gst/gl/gstgl_fwd.h>
8G_BEGIN_DECLS
9
10/* enumerations from "gstgl_enums.h" */
11GST_GL_API
12GType gst_gl_texture_target_get_type (void);
13#define GST_TYPE_GL_TEXTURE_TARGET (gst_gl_texture_target_get_type())
14
15/* enumerations from "gstglapi.h" */
16GST_GL_API
17GType gst_gl_api_get_type (void);
18#define GST_TYPE_GL_API (gst_gl_api_get_type())
19GST_GL_API
20GType gst_gl_platform_get_type (void);
21#define GST_TYPE_GL_PLATFORM (gst_gl_platform_get_type())
22
23/* enumerations from "gstglbasememory.h" */
24GST_GL_API
25GType gst_gl_base_memory_error_get_type (void);
26#define GST_TYPE_GL_BASE_MEMORY_ERROR (gst_gl_base_memory_error_get_type())
27GST_GL_API
28GType gst_gl_base_memory_transfer_get_type (void);
29#define GST_TYPE_GL_BASE_MEMORY_TRANSFER (gst_gl_base_memory_transfer_get_type())
30
31/* enumerations from "gstglcontext.h" */
32GST_GL_API
33GType gst_gl_context_error_get_type (void);
34#define GST_TYPE_GL_CONTEXT_ERROR (gst_gl_context_error_get_type())
35
36/* enumerations from "gstglcontextconfig.h" */
37GST_GL_API
38GType gst_gl_config_caveat_get_type (void);
39#define GST_TYPE_GL_CONFIG_CAVEAT (gst_gl_config_caveat_get_type())
40GST_GL_API
41GType gst_gl_config_surface_type_get_type (void);
42#define GST_TYPE_GL_CONFIG_SURFACE_TYPE (gst_gl_config_surface_type_get_type())
43
44/* enumerations from "gstgldisplay.h" */
45GST_GL_API
46GType gst_gl_display_type_get_type (void);
47#define GST_TYPE_GL_DISPLAY_TYPE (gst_gl_display_type_get_type())
48
49/* enumerations from "gstglformat.h" */
50GST_GL_API
51GType gst_gl_format_get_type (void);
52#define GST_TYPE_GL_FORMAT (gst_gl_format_get_type())
53
54/* enumerations from "gstglquery.h" */
55GST_GL_API
56GType gst_gl_query_type_get_type (void);
57#define GST_TYPE_GL_QUERY_TYPE (gst_gl_query_type_get_type())
58
59/* enumerations from "gstglsl.h" */
60GST_GL_API
61GType gst_glsl_error_get_type (void);
62#define GST_TYPE_GLSL_ERROR (gst_glsl_error_get_type())
63GST_GL_API
64GType gst_glsl_version_get_type (void);
65#define GST_TYPE_GLSL_VERSION (gst_glsl_version_get_type())
66GST_GL_API
67GType gst_glsl_profile_get_type (void);
68#define GST_TYPE_GLSL_PROFILE (gst_glsl_profile_get_type())
69
70/* enumerations from "gstglupload.h" */
71GST_GL_API
72GType gst_gl_upload_return_get_type (void);
73#define GST_TYPE_GL_UPLOAD_RETURN (gst_gl_upload_return_get_type())
74
75/* enumerations from "gstglviewconvert.h" */
76GST_GL_API
77GType gst_gl_stereo_downmix_get_type (void);
78#define GST_TYPE_GL_STEREO_DOWNMIX (gst_gl_stereo_downmix_get_type())
79
80/* enumerations from "gstglwindow.h" */
81GST_GL_API
82GType gst_gl_window_error_get_type (void);
83#define GST_TYPE_GL_WINDOW_ERROR (gst_gl_window_error_get_type())
84G_END_DECLS
85
86/* Generated data ends here */
87
88

source code of include/gstreamer-1.0/gst/gl/gl-enumtypes.h