diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2013-09-02 09:41:24 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-09-15 19:50:32 +0200 |
commit | ae92653c43821efb55eb6df9fcc047153284599f (patch) | |
tree | f324816a7906c34f575e61434e0b3f1123e8e843 /mediainfo | |
parent | d5aa363e7a0f33946f31d4cd8719b7d6644da91e (diff) |
mi-info: add todo for stream switching
Diffstat (limited to 'mediainfo')
-rw-r--r-- | mediainfo/src/mi-info.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediainfo/src/mi-info.vala b/mediainfo/src/mi-info.vala index c4abb16..9129ff8 100644 --- a/mediainfo/src/mi-info.vala +++ b/mediainfo/src/mi-info.vala @@ -832,6 +832,10 @@ public class MediaInfo.Info : Box /* FIXME: discoverer not neccesarily return the stream in the same order as * playbin2 sees them: https://bugzilla.gnome.org/show_bug.cgi?id=634407 + * - we can use: + * - pad.get_stream_id() on playbin + * - sinfo.get_stream_id() on discoverer + * */ private void on_video_stream_switched (Notebook nb, Widget page, uint page_num) { |