diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-21 19:01:00 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-21 19:01:00 +0000 |
commit | 21962cbffe8d7255726b34bfc3a773ffcc3fa43b (patch) | |
tree | 9aba4437a94b989a7fd091c380135bb818d30f49 /ext/metadata/TODO | |
parent | 0f2ac9fe8b5c7f37e61f3eef95299098ce953f1e (diff) | |
download | gst-plugins-bad-21962cbffe8d7255726b34bfc3a773ffcc3fa43b.tar.gz gst-plugins-bad-21962cbffe8d7255726b34bfc3a773ffcc3fa43b.tar.bz2 gst-plugins-bad-21962cbffe8d7255726b34bfc3a773ffcc3fa43b.zip |
Some IPTC tags mapped.
Original commit message from CVS:
Some IPTC tags mapped.
Diffstat (limited to 'ext/metadata/TODO')
-rw-r--r-- | ext/metadata/TODO | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ext/metadata/TODO b/ext/metadata/TODO index 1cb063ec..77245761 100644 --- a/ext/metadata/TODO +++ b/ext/metadata/TODO @@ -1,11 +1,14 @@ This file contains a list of things to be done as well some open issues (questions) related to design/implementation. -* I (Edgard Lima - alima - edgard.lima@indt.org.br) will be on vacation until 05-Jan-2008. After that I will be back on it. +INFO: + +1- I (Edgard Lima - alima - edgard.lima@indt.org.br) will be on vacation until 05-Jan-2008. After that I will be back on it. +2- to see what tags are mapped so far run 'grep -n GST_TAG *.[ch]' into this folder. TODO: -1- Add individual tags IPTC and XMP (and more for EXIF) +1- Add individual XMP tags (and more for EXIF and IPTC) 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) @@ -17,8 +20,9 @@ OPEN ISSUES: ex: file.jpeg has XMP, then we do filesrc ! metadataparse ! jpegdec ! pngenc ! metadatamux ! files is the metadata still valid? which fields are no valid anymore? 3- Add GST_TYPE_FRACTION support for GStreamer TAGS +4- currently, in JPEG files, if there is a Photoshop segment, everything inside it but IPTC will be lost. From the point of view of implementation it is easy, but I still don't now how to solve from the point of view of "designing". Anyway I think it is not so important. KNOWN BUGS 1- exposure-time, exposure-program and fnumber can't be read from a file saved from scratch (whithout WHOLE_CHUNK from previous file) - I believe it is a bu in libexif + I believe it is a bug in libexif |