From 8473ffb7541e8f5158b81883ab2b9a6c92c53e40 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Wed, 30 Jan 2008 16:53:40 +0000 Subject: [PATCH] Just uptade the ToDo list. Original commit message from CVS: Just uptade the ToDo list. --- ChangeLog | 5 +++++ ext/metadata/TODO | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea993230b7..1ada9b5d9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-30 Edgard Lima + + * ext/metadata/TODO: + Just uptade the ToDo list. + 2008-01-30 Edgard Lima * ext/metadata/gstbasemetadata.c: diff --git a/ext/metadata/TODO b/ext/metadata/TODO index aa7169fb3f..58666c9706 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