diff options
Diffstat (limited to 'include/gst/pbutils/pbutils-enumtypes.h')
-rw-r--r-- | include/gst/pbutils/pbutils-enumtypes.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/include/gst/pbutils/pbutils-enumtypes.h b/include/gst/pbutils/pbutils-enumtypes.h new file mode 100644 index 0000000000..3fea241e65 --- /dev/null +++ b/include/gst/pbutils/pbutils-enumtypes.h @@ -0,0 +1,42 @@ + +/* 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 <glib-object.h> + #include <gst/pbutils/pbutils-prelude.h> + + G_BEGIN_DECLS + +/* enumerations from "descriptions.h" */ + +GST_PBUTILS_API +GType gst_pb_utils_caps_description_flags_get_type (void); +#define GST_TYPE_PB_UTILS_CAPS_DESCRIPTION_FLAGS (gst_pb_utils_caps_description_flags_get_type()) + +/* enumerations from "gstaudiovisualizer.h" */ + +GST_PBUTILS_API +GType gst_audio_visualizer_shader_get_type (void); +#define GST_TYPE_AUDIO_VISUALIZER_SHADER (gst_audio_visualizer_shader_get_type()) + +/* enumerations from "gstdiscoverer.h" */ + +GST_PBUTILS_API +GType gst_discoverer_result_get_type (void); +#define GST_TYPE_DISCOVERER_RESULT (gst_discoverer_result_get_type()) + +GST_PBUTILS_API +GType gst_discoverer_serialize_flags_get_type (void); +#define GST_TYPE_DISCOVERER_SERIALIZE_FLAGS (gst_discoverer_serialize_flags_get_type()) + +/* enumerations from "install-plugins.h" */ + +GST_PBUTILS_API +GType gst_install_plugins_return_get_type (void); +#define GST_TYPE_INSTALL_PLUGINS_RETURN (gst_install_plugins_return_get_type()) + +G_END_DECLS + +/* Generated data ends here */ + |