| 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> |
| 8 | G_BEGIN_DECLS |
| 9 | |
| 10 | /* enumerations from "gstgl_enums.h" */ |
| 11 | GST_GL_API |
| 12 | GType 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" */ |
| 16 | GST_GL_API |
| 17 | GType gst_gl_api_get_type (void); |
| 18 | #define GST_TYPE_GL_API (gst_gl_api_get_type()) |
| 19 | GST_GL_API |
| 20 | GType gst_gl_platform_get_type (void); |
| 21 | #define GST_TYPE_GL_PLATFORM (gst_gl_platform_get_type()) |
| 22 | |
| 23 | /* enumerations from "gstglbasememory.h" */ |
| 24 | GST_GL_API |
| 25 | GType gst_gl_base_memory_error_get_type (void); |
| 26 | #define GST_TYPE_GL_BASE_MEMORY_ERROR (gst_gl_base_memory_error_get_type()) |
| 27 | GST_GL_API |
| 28 | GType 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" */ |
| 32 | GST_GL_API |
| 33 | GType 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" */ |
| 37 | GST_GL_API |
| 38 | GType gst_gl_config_caveat_get_type (void); |
| 39 | #define GST_TYPE_GL_CONFIG_CAVEAT (gst_gl_config_caveat_get_type()) |
| 40 | GST_GL_API |
| 41 | GType 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" */ |
| 45 | GST_GL_API |
| 46 | GType 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" */ |
| 50 | GST_GL_API |
| 51 | GType gst_gl_format_get_type (void); |
| 52 | #define GST_TYPE_GL_FORMAT (gst_gl_format_get_type()) |
| 53 | |
| 54 | /* enumerations from "gstglquery.h" */ |
| 55 | GST_GL_API |
| 56 | GType 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" */ |
| 60 | GST_GL_API |
| 61 | GType gst_glsl_error_get_type (void); |
| 62 | #define GST_TYPE_GLSL_ERROR (gst_glsl_error_get_type()) |
| 63 | GST_GL_API |
| 64 | GType gst_glsl_version_get_type (void); |
| 65 | #define GST_TYPE_GLSL_VERSION (gst_glsl_version_get_type()) |
| 66 | GST_GL_API |
| 67 | GType gst_glsl_profile_get_type (void); |
| 68 | #define GST_TYPE_GLSL_PROFILE (gst_glsl_profile_get_type()) |
| 69 | |
| 70 | /* enumerations from "gstglupload.h" */ |
| 71 | GST_GL_API |
| 72 | GType 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" */ |
| 76 | GST_GL_API |
| 77 | GType 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" */ |
| 81 | GST_GL_API |
| 82 | GType gst_gl_window_error_get_type (void); |
| 83 | #define GST_TYPE_GL_WINDOW_ERROR (gst_gl_window_error_get_type()) |
| 84 | G_END_DECLS |
| 85 | |
| 86 | /* Generated data ends here */ |
| 87 | |
| 88 | |