| 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 <glib-object.h> | 
| 7 |             #include <gst/app/app-prelude.h> | 
| 8 |  | 
| 9 |             G_BEGIN_DECLS | 
| 10 |  | 
| 11 | /* enumerations from "gstappsrc.h" */ | 
| 12 |  | 
| 13 | GST_APP_API | 
| 14 | GType gst_app_stream_type_get_type (void); | 
| 15 | #define GST_TYPE_APP_STREAM_TYPE (gst_app_stream_type_get_type()) | 
| 16 |  | 
| 17 | GST_APP_API | 
| 18 | GType gst_app_leaky_type_get_type (void); | 
| 19 | #define GST_TYPE_APP_LEAKY_TYPE (gst_app_leaky_type_get_type()) | 
| 20 |  | 
| 21 | G_END_DECLS | 
| 22 |  | 
| 23 | /* Generated data ends here */ | 
| 24 |  | 
| 25 |  |