diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-14 18:18:37 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2007-12-14 18:18:37 +0000 |
commit | b2a023be7baa09662fc63cf177a1adc79b0b3cf2 (patch) | |
tree | 513245f11375fe70acc57f25d6fe0f1d0eb72ca4 /ext/metadata/TODO | |
parent | 91bb79004f36a6cb50c7b46f6e014e660a90b297 (diff) | |
download | gst-plugins-bad-b2a023be7baa09662fc63cf177a1adc79b0b3cf2.tar.gz gst-plugins-bad-b2a023be7baa09662fc63cf177a1adc79b0b3cf2.tar.bz2 gst-plugins-bad-b2a023be7baa09662fc63cf177a1adc79b0b3cf2.zip |
Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Rational types.
Original commit message from CVS:
Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Rational types.
Diffstat (limited to 'ext/metadata/TODO')
-rw-r--r-- | ext/metadata/TODO | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ext/metadata/TODO b/ext/metadata/TODO index 8b51c871..d44c2f33 100644 --- a/ext/metadata/TODO +++ b/ext/metadata/TODO @@ -4,10 +4,9 @@ This file contains a list of things to be done as well some open issues (questio 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) +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) OPEN ISSUES: @@ -15,4 +14,7 @@ OPEN ISSUES: 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? +3- Add GST_TYPE_FRACTION support for GStreamer TAGS +4- Have parse, demux and mux? (or just demux and must) see issue (5) +5- After decided issue (4) put more things to gstmetadatacommon (or else create a Class) |