This file is indexed.

/usr/include/gstreamer-1.0/gst/tag/tag-enumtypes.h is in libgstreamer-plugins-base1.0-dev 1.14.0-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* 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. */

#ifndef __GST_TAG_ENUM_TYPES_H__
#define __GST_TAG_ENUM_TYPES_H__

#include <gst/gst.h>
#include <gst/tag/tag-prelude.h>
G_BEGIN_DECLS

/* enumerations from "gsttagdemux.h" */
GST_TAG_API
GType gst_tag_demux_result_get_type (void);
#define GST_TYPE_TAG_DEMUX_RESULT (gst_tag_demux_result_get_type())

/* enumerations from "tag.h" */
GST_TAG_API
GType gst_tag_image_type_get_type (void);
#define GST_TYPE_TAG_IMAGE_TYPE (gst_tag_image_type_get_type())
GST_TAG_API
GType gst_tag_license_flags_get_type (void);
#define GST_TYPE_TAG_LICENSE_FLAGS (gst_tag_license_flags_get_type())
G_END_DECLS

#endif /* __GST_TAG_ENUM_TYPES_H__ */

/* Generated data ends here */