diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2008-01-30 16:53:40 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2008-01-30 16:53:40 +0000 |
commit | 8473ffb7541e8f5158b81883ab2b9a6c92c53e40 (patch) | |
tree | 4a7644258d484711cd7267b10195640c26116479 /ext/metadata/TODO | |
parent | b043a6f5e1c3b69651104c4b0719f4e0d348b04f (diff) | |
download | gst-plugins-bad-8473ffb7541e8f5158b81883ab2b9a6c92c53e40.tar.gz gst-plugins-bad-8473ffb7541e8f5158b81883ab2b9a6c92c53e40.tar.bz2 gst-plugins-bad-8473ffb7541e8f5158b81883ab2b9a6c92c53e40.zip |
Just uptade the ToDo list.
Original commit message from CVS:
Just uptade the ToDo list.
Diffstat (limited to 'ext/metadata/TODO')
-rw-r--r-- | ext/metadata/TODO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/metadata/TODO b/ext/metadata/TODO index aa7169fb..58666c97 100644 --- a/ext/metadata/TODO +++ b/ext/metadata/TODO @@ -11,6 +11,8 @@ 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) OPEN ISSUES: @@ -24,6 +26,17 @@ OPEN ISSUES: 6- language is not considered in XMP (How to do it with GStreamer?) 7- Add a helper function that convert from value to string. For example, aperture-size is 2.7 and the app wants to show "f/2.7", 'contrast' is a range and the app wants to show as "Normal", "Soft", "Hard". For the time being it is up to the APP to make this conversion. +LINKS IN BUGZILA + +1- to move to good +http://bugzilla.gnome.org/show_bug.cgi?id=513182 +2- Proposal of new tags +http://bugzilla.gnome.org/show_bug.cgi?id=482947 +3- Discussion about the architecture +http://bugzilla.gnome.org/show_bug.cgi?id=486659 +4- Also extraction image width and height and set caps properly +http://bugzilla.gnome.org/show_bug.cgi?id=503616 + KNOWN BUGS |