diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2008-02-02 20:22:19 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2008-02-02 20:22:19 +0000 |
commit | 5aa73f078a997f63f8bfec0746ceaa5e3ec9e986 (patch) | |
tree | a3a517d763b6815ecde309736c788bcf3ba8eefd /ext/metadata/TODO | |
parent | a9ae327f9ffbc9d71fe4888067fdc5d2e0f326be (diff) | |
download | gst-plugins-bad-5aa73f078a997f63f8bfec0746ceaa5e3ec9e986.tar.gz gst-plugins-bad-5aa73f078a997f63f8bfec0746ceaa5e3ec9e986.tar.bz2 gst-plugins-bad-5aa73f078a997f63f8bfec0746ceaa5e3ec9e986.zip |
Map more Exif tags.
Original commit message from CVS:
Map more Exif tags.
Diffstat (limited to 'ext/metadata/TODO')
-rw-r--r-- | ext/metadata/TODO | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/metadata/TODO b/ext/metadata/TODO index 58666c97..62ad06d8 100644 --- a/ext/metadata/TODO +++ b/ext/metadata/TODO @@ -11,8 +11,7 @@ TODO: 2- Get properties like 'width' and 'height' from caps 3- Review the code (in order to move to gst-plugins-good) 4- Document how the plugin works (atchitecture and interaction beteween modules) -5- Create a HTML with the mapping (and conversion) beteween GST tags and EXIF, IPTC and XMP tags -6- Improve the test application (to save also in png and to make it possible to set the metadata elements properties) +5- Improve the test application (to save also in png and to make it possible to set the metadata elements properties) OPEN ISSUES: @@ -39,4 +38,11 @@ http://bugzilla.gnome.org/show_bug.cgi?id=503616 KNOWN BUGS +bugs in libexif: + +https://sourceforge.net/tracker/?func=detail&atid=112272&aid=1884609&group_id=12272 + +1- EXIF_TAG_ISO_SPEED_RATINGS should be in EXIF_IFD_EXIF +2- EXIF_TAG_ISO_SPEED_RATINGS is not inserted anyway + |