planning: comments and todos

This commit is contained in:
Stefan Sauer 2010-11-10 08:50:48 +02:00
parent 0b6303a667
commit 0a93f2923f
2 changed files with 9 additions and 0 deletions

View file

@ -74,6 +74,12 @@ Duration:
- geo-tags: map-widget?, link to google-maps? - geo-tags: map-widget?, link to google-maps?
- artist: links to {last.fm,wikipedia} - artist: links to {last.fm,wikipedia}
== deep scan mode ==
- update fields when playing
- listen for duration messages on the bus
= TODO for discoverer = = TODO for discoverer =
- get duration per stream - get duration per stream
- this would need individual queries on the demuxer src pads - this would need individual queries on the demuxer src pads
- or duration as part of per stream tags

View file

@ -517,6 +517,9 @@ public class MediaInfo.Info : VBox
} }
} }
/* FIXME: discoverer not neccesarily return the stream in the same order as
* playbin2 sees them: https://bugzilla.gnome.org/show_bug.cgi?id=634407
*/
private void on_video_stream_switched (NotebookPage page, uint page_num) private void on_video_stream_switched (NotebookPage page, uint page_num)
{ {
if (pb.current_state > State.PAUSED) { if (pb.current_state > State.PAUSED) {