summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-04-03 23:02:57 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-09 16:26:36 -0300
commit6b6a4e85ad01f1c25d7b77c1980e2a0c6080eb54 (patch)
tree3e9d1302a6b6a9ea69e28a739145acd3fd2e33f9 /docs
parent4caee01a06babb11e38ac5b30194dda241388bb3 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-base-libs-sections.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 71ddfe911..4c6b6f65b 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -1682,6 +1682,16 @@ gst_tag_list_to_xmp_buffer
</SECTION>
<SECTION>
+<FILE>gsttagexif</FILE>
+<INCLUDE>gst/tag/tag.h</INCLUDE>
+gst_tag_list_to_exif_buffer
+gst_tag_list_to_exif_buffer_with_tiff_header
+gst_tag_list_from_exif_buffer
+gst_tag_list_from_exif_buffer_with_tiff_header
+<SUBSECTION Standard>
+</SECTION>
+
+<SECTION>
<FILE>gsttagdemux</FILE>
<INCLUDE>gst/tag/gsttagdemux.h</INCLUDE>
GstTagDemux