2007-12-13 17:19:54 +00:00
|
|
|
|
|
|
|
This file contains a list of things to be done as well some open issues (questions) related to design/implementation.
|
|
|
|
|
2007-12-21 09:45:56 +00:00
|
|
|
* 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.
|
|
|
|
|
2007-12-13 17:19:54 +00:00
|
|
|
TODO:
|
|
|
|
|
|
|
|
1- Add individual tags IPTC and XMP (and more for EXIF)
|
2007-12-14 18:18:37 +00:00
|
|
|
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)
|
2007-12-13 17:19:54 +00:00
|
|
|
|
|
|
|
OPEN ISSUES:
|
|
|
|
|
|
|
|
1- What is (How) the best way to delete some tag?
|
|
|
|
2- How to change metadata when the orignal image was modified.
|
|
|
|
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?
|
2007-12-14 18:18:37 +00:00
|
|
|
3- Add GST_TYPE_FRACTION support for GStreamer TAGS
|
2007-12-13 17:19:54 +00:00
|
|
|
|
2007-12-19 09:50:47 +00:00
|
|
|
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)
|
2007-12-21 09:45:56 +00:00
|
|
|
I believe it is a bu in libexif
|