diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-13 17:19:54 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-13 17:19:54 +0000 |
commit | 7bc241beb0b6dd22f0b6e722174779221ceec5de (patch) | |
tree | 1a867f963d6e131563ae77ae6b8977dee73f71f2 /ext/metadata/TODO | |
parent | 334b512629cc91ea21b0ae32f0b9b6d980059c18 (diff) | |
download | gst-plugins-bad-7bc241beb0b6dd22f0b6e722174779221ceec5de.tar.gz gst-plugins-bad-7bc241beb0b6dd22f0b6e722174779221ceec5de.tar.bz2 gst-plugins-bad-7bc241beb0b6dd22f0b6e722174779221ceec5de.zip |
Code documentation.
Original commit message from CVS:
Code documentation.
Diffstat (limited to 'ext/metadata/TODO')
-rw-r--r-- | ext/metadata/TODO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/metadata/TODO b/ext/metadata/TODO new file mode 100644 index 00000000..8b51c871 --- /dev/null +++ b/ext/metadata/TODO @@ -0,0 +1,18 @@ + +This file contains a list of things to be done as well some open issues (questions) related to design/implementation. + +TODO: + +1- Add individual tags IPTC and XMP (and more for EXIF) +2- Use GST_TYPE_FRACTION for Rational and SRational (metadataexif.c) +3- Get properties like 'width' and 'height' from caps +4- Review the code (in order to move to gst-plugins-good) +5- Document how the plugin works (atchitecture and interaction beteween modules) + +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? + |