mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
planning: comments and todos
This commit is contained in:
parent
0b6303a667
commit
0a93f2923f
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue