metadata: fix include guards

This commit is contained in:
Stefan Kost 2009-03-20 15:10:22 +02:00
parent fd0f7487dd
commit 80caa6bf70
3 changed files with 9 additions and 9 deletions

View file

@ -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__ */

View file

@ -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__ */

View file

@ -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__ */