summaryrefslogtreecommitdiff
path: root/gst-libs/gst/tag/tag.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-04-09 12:51:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-04-09 12:51:52 +0300
commite74e1e80fa942cad02002133bd2d01d6e60ad1ba (patch)
tree4484f7bf9d9fd2d156d4218695bc482fbdb80d4a /gst-libs/gst/tag/tag.h
parentb56dcb3e20e49e5843be56fad58ce67f3a8a5b1d (diff)
tag: Generate GLib enums/flags with glib-mkenums
Diffstat (limited to 'gst-libs/gst/tag/tag.h')
-rw-r--r--gst-libs/gst/tag/tag.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h
index 7ca444fa6..ebfe96fca 100644
--- a/gst-libs/gst/tag/tag.h
+++ b/gst-libs/gst/tag/tag.h
@@ -26,6 +26,7 @@
#include <gst/tag/gsttagdemux.h>
#include <gst/tag/gsttagmux.h>
#include <gst/tag/xmpwriter.h>
+#include <gst/tag/tag-enumtypes.h>
G_BEGIN_DECLS
@@ -412,9 +413,6 @@ typedef enum {
GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO
} GstTagImageType;
-#define GST_TYPE_TAG_IMAGE_TYPE (gst_tag_image_type_get_type ())
-GType gst_tag_image_type_get_type (void);
-
/**
* GST_TAG_ID3V2_HEADER_SIZE:
*
@@ -611,8 +609,6 @@ const gchar * gst_tag_get_license_description (const gchar * license_ref)
const gchar * gst_tag_get_license_jurisdiction (const gchar * license_ref);
-GType gst_tag_license_flags_get_type (void);
-
G_END_DECLS
#endif /* __GST_TAG_TAG_H__ */