mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
metadata: fix include guards
This commit is contained in:
parent
fd0f7487dd
commit
80caa6bf70
3 changed files with 9 additions and 9 deletions
|
@ -41,8 +41,8 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GST_METADATAPARSE_EXIF_H__
|
||||
#define __GST_METADATAPARSE_EXIF_H__
|
||||
#ifndef __GST_METADATA_EXIF_H__
|
||||
#define __GST_METADATA_EXIF_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
|
@ -84,4 +84,4 @@ metadatamux_exif_create_chunk_from_tag_list (guint8 ** buf, guint32 *size,
|
|||
const GstTagList * taglist, const MetaExifWriteOptions *opts);
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GST_METADATAPARSE_EXIF_H__ */
|
||||
#endif /* __GST_METADATA_EXIF_H__ */
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GST_METADATAPARSE_IPTC_H__
|
||||
#define __GST_METADATAPARSE_IPTC_H__
|
||||
#ifndef __GST_METADATA_IPTC_H__
|
||||
#define __GST_METADATA_IPTC_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
|
@ -63,4 +63,4 @@ metadatamux_iptc_create_chunk_from_tag_list (guint8 ** buf, guint32 *size,
|
|||
const GstTagList * taglist);
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GST_METADATAPARSE_IPTC_H__ */
|
||||
#endif /* __GST_METADATA_IPTC_H__ */
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GST_METADATAPARSE_XMP_H__
|
||||
#define __GST_METADATAPARSE_XMP_H__
|
||||
#ifndef __GST_METADATA_XMP_H__
|
||||
#define __GST_METADATA_XMP_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
|
@ -67,4 +67,4 @@ metadatamux_xmp_create_chunk_from_tag_list (guint8 ** buf, guint32 *size,
|
|||
const GstTagList * taglist);
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GST_METADATAPARSE_XMP_H__ */
|
||||
#endif /* __GST_METADATA_XMP_H__ */
|
||||
|
|
Loading…
Reference in a new issue