mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
mi-todo: planning and todo comment update
This commit is contained in:
parent
87dce93a1a
commit
56f28f7aad
2 changed files with 9 additions and 2 deletions
|
@ -52,9 +52,13 @@ http://www.headbands.com/gspot/v26x/index.htm
|
|||
- famfamfam-flag-png: locale/usr/share/flags/countries/
|
||||
- geo-tags: map-widget?, link to google-maps?, rev-geocoding
|
||||
- artist: links to {last.fm,wikipedia}
|
||||
- format dates nicely
|
||||
- format dates nicely (current locale, xx days ago?)
|
||||
- more codec details
|
||||
- caps have profile/level strings, can we also turn them into wikilinks?
|
||||
- bitrate and encode_size are related, calculate one from the other if missing
|
||||
- encoded_size = duration * bitrate;
|
||||
- bitrate = encoded_size / duration;
|
||||
- needed in: quicktime, ogg/theora
|
||||
|
||||
== deep scan mode ==
|
||||
- play the file by using fakesinks and gather statistics:
|
||||
|
@ -92,6 +96,10 @@ http://www.headbands.com/gspot/v26x/index.htm
|
|||
- one row per element
|
||||
- each row contains colored segments
|
||||
|
||||
= TODO for gstreamer-plugins =
|
||||
- wav: no bitrate for uncompressed files
|
||||
- mp4: no bitrate for many formats
|
||||
|
||||
= TODO for discoverer =
|
||||
- add deep-scan mode (see above)
|
||||
- add a mode property: quick-scan, deep-scan
|
||||
|
|
|
@ -655,7 +655,6 @@ public class MediaInfo.Info : Box
|
|||
add_table_row_for_string (table, row, "PixelAspect:", str);
|
||||
row++;
|
||||
|
||||
// TODO(ensonic): this seems to be always 0
|
||||
str = "%u bits/pixel".printf (vinfo.get_depth());
|
||||
add_table_row_for_string (table, row, "Bitdepth:", str);
|
||||
row++;
|
||||
|
|
Loading…
Reference in a new issue