From 5888898c570f0f22c930d8c66fe0949d00a90b93 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Wed, 31 Oct 2007 16:21:02 +0000 Subject: Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the same way (look at bug #486659). Original commit message from CVS: Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the same way (look at bug #486659). --- ext/metadata/metadataparseexif.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ext/metadata/metadataparseexif.h') diff --git a/ext/metadata/metadataparseexif.h b/ext/metadata/metadataparseexif.h index fdbed28d..4830e5a3 100644 --- a/ext/metadata/metadataparseexif.h +++ b/ext/metadata/metadataparseexif.h @@ -50,7 +50,10 @@ G_BEGIN_DECLS extern void -metadataparse_exif_dump(GstAdapter *adapter); +metadataparse_exif_tag_list_add (GstTagList *taglist, GstTagMergeMode mode, GstAdapter * adapter); + +extern void +metadataparse_exif_tags_register (void); G_END_DECLS -- cgit v1.2.1