tag: Adds basic exif tags support
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Sun, 4 Apr 2010 02:02:57 +0000 (23:02 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 9 Jun 2010 19:26:36 +0000 (16:26 -0300)
commit6b6a4e85ad01f1c25d7b77c1980e2a0c6080eb54
tree3e9d1302a6b6a9ea69e28a739145acd3fd2e33f9
parent4caee01a06babb11e38ac5b30194dda241388bb3
tag: Adds basic exif tags support

Adds exif helper lib functions to parse exif buffers from/to
taglists. Exif is tipically used in jpeg images, but it can
also be embedded into TIFF, AVI and WAV formats.

Adds a couple function to handle exif in tiff header structures, that is how
exif is embedded in jpeg and (obviously) in tiff.

API: gst_tag_list_to_exif_buffer
API: gst_tag_list_to_exif_buffer_with_tiff_header
API: gst_tag_list_from_exif_buffer
API: gst_tag_list_from_exif_buffer_with_tiff_header

Fixes #614872
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/tag/Makefile.am
gst-libs/gst/tag/gstexiftag.c [new file with mode: 0644]
gst-libs/gst/tag/tag.h
win32/common/libgsttag.def