• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 
3 
4 #ifndef __PB_UTILS_ENUM_TYPES_H__
5 #define __PB_UTILS_ENUM_TYPES_H__
6 
7 #include <gst/gst.h>
8 #include <gst/pbutils/pbutils-prelude.h>
9 G_BEGIN_DECLS
10 
11 /* enumerations from "install-plugins.h" */
12 GST_PBUTILS_API
13 GType gst_install_plugins_return_get_type (void);
14 #define GST_TYPE_INSTALL_PLUGINS_RETURN (gst_install_plugins_return_get_type())
15 
16 /* enumerations from "gstdiscoverer.h" */
17 GST_PBUTILS_API
18 GType gst_discoverer_result_get_type (void);
19 #define GST_TYPE_DISCOVERER_RESULT (gst_discoverer_result_get_type())
20 GST_PBUTILS_API
21 GType gst_discoverer_serialize_flags_get_type (void);
22 #define GST_TYPE_DISCOVERER_SERIALIZE_FLAGS (gst_discoverer_serialize_flags_get_type())
23 
24 /* enumerations from "gstaudiovisualizer.h" */
25 GST_PBUTILS_API
26 GType gst_audio_visualizer_shader_get_type (void);
27 #define GST_TYPE_AUDIO_VISUALIZER_SHADER (gst_audio_visualizer_shader_get_type())
28 G_END_DECLS
29 
30 #endif /* __PB_UTILS_ENUM_TYPES_H__ */
31 
32 
33 
34