From 373f343eb729fb82270283f5302b72c1eafce327 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 28 Oct 2010 17:34:38 +0300 Subject: [PATCH] info: add more TODO --- mediainfo/src/mi-info.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mediainfo/src/mi-info.vala b/mediainfo/src/mi-info.vala index 55a48359d0..bb12322702 100644 --- a/mediainfo/src/mi-info.vala +++ b/mediainfo/src/mi-info.vala @@ -184,6 +184,8 @@ public class MediaInfo.Info : VBox this.duration.set_text (str); //stdout.printf ("Duration: %s\n", dur_str); + // TODO: need caps for the container, so that we can have human readable container name + // get stream info while (video_streams.get_n_pages() > 0) { video_streams.remove_page (-1);