diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-03 21:02:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-03 21:02:36 +0300 |
commit | 5323a782c4e8c42781f22ce2f488962a18f82554 (patch) | |
tree | f71537197b16f0f8fd0d6937f7120d018d220814 /include/gst/app/app-enumtypes.h | |
parent | 50acf9d37183f86f6f623aad410003392b0af41f (diff) |
Jabber: initial version of Jingle support
Diffstat (limited to 'include/gst/app/app-enumtypes.h')
-rw-r--r-- | include/gst/app/app-enumtypes.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/include/gst/app/app-enumtypes.h b/include/gst/app/app-enumtypes.h new file mode 100644 index 0000000000..bc57942113 --- /dev/null +++ b/include/gst/app/app-enumtypes.h @@ -0,0 +1,24 @@ + +/* 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/app/app-prelude.h> + + G_BEGIN_DECLS + +/* enumerations from "gstappsrc.h" */ + +GST_APP_API +GType gst_app_stream_type_get_type (void); +#define GST_TYPE_APP_STREAM_TYPE (gst_app_stream_type_get_type()) + +GST_APP_API +GType gst_app_leaky_type_get_type (void); +#define GST_TYPE_APP_LEAKY_TYPE (gst_app_leaky_type_get_type()) + +G_END_DECLS + +/* Generated data ends here */ + |