summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2013-09-02 09:41:24 +0200
committerStefan Sauer <ensonic@users.sf.net>2013-09-02 09:41:24 +0200
commit5a001c3be78b5e85b060318d5f45601a95513ffe (patch)
tree96c27f1c5cfe2a9c4f88026a25349777602c4e59
parent1bc99bd015c743a509efe3f578cccad8d660d329 (diff)
mi-info: add todo for stream switching
-rw-r--r--src/mi-info.vala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mi-info.vala b/src/mi-info.vala
index 632ad88..a9d4751 100644
--- a/src/mi-info.vala
+++ b/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)
{