mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Just uptade the ToDo list.
Original commit message from CVS: Just uptade the ToDo list.
This commit is contained in:
parent
b043a6f5e1
commit
8473ffb754
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-01-30 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
|
* ext/metadata/TODO:
|
||||||
|
Just uptade the ToDo list.
|
||||||
|
|
||||||
2008-01-30 Edgard Lima <edgard.lima@indt.org.br>
|
2008-01-30 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
* ext/metadata/gstbasemetadata.c:
|
* ext/metadata/gstbasemetadata.c:
|
||||||
|
|
|
@ -11,6 +11,8 @@ TODO:
|
||||||
2- Get properties like 'width' and 'height' from caps
|
2- Get properties like 'width' and 'height' from caps
|
||||||
3- Review the code (in order to move to gst-plugins-good)
|
3- Review the code (in order to move to gst-plugins-good)
|
||||||
4- Document how the plugin works (atchitecture and interaction beteween modules)
|
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:
|
OPEN ISSUES:
|
||||||
|
|
||||||
|
@ -24,6 +26,17 @@ OPEN ISSUES:
|
||||||
6- language is not considered in XMP (How to do it with GStreamer?)
|
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.
|
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
|
KNOWN BUGS
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue