[gnome-subtitles] Improved output of video information on load
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-subtitles] Improved output of video information on load
- Date: Sun, 12 Jul 2009 23:00:13 +0000 (UTC)
commit 84da51e06f1182e7abf136a78be7d103f81e6d3e
Author: Pedro Castro <mail pedrocastro org>
Date: Sun Jul 12 22:36:29 2009 +0100
Improved output of video information on load
src/External/GStreamerPlaybin/Engine.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/External/GStreamerPlaybin/Engine.cs b/src/External/GStreamerPlaybin/Engine.cs
index f034a3b..27ff55f 100644
--- a/src/External/GStreamerPlaybin/Engine.cs
+++ b/src/External/GStreamerPlaybin/Engine.cs
@@ -558,7 +558,7 @@ namespace GStreamer
public override string ToString ()
{
- return "width=" + width + ", height=" + height + ", frame_rate=" + frame_rate + ", has_audio=" + has_audio + ", has_video=" + has_video;
+ return "width=" + width + ", height=" + height + ", aspect_Ratio=" + aspect_ratio + ", frame_rate=" + frame_rate + ", has_audio=" + has_audio + ", has_video=" + has_video;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]