[transmageddon] Making Edward happy and switching height/width around
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: svn-commits-list gnome org
- Subject: [transmageddon] Making Edward happy and switching height/width around
- Date: Tue, 28 Jul 2009 10:48:33 +0000 (UTC)
commit 93775aec81ae660e7c05c63a29f84128cb052581
Author: Christian Schaller <christian schaller collabora co uk>
Date: Tue Jul 28 11:48:24 2009 +0100
Making Edward happy and switching height/width around
src/transmageddon.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 311ec91..36081e5 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -372,8 +372,8 @@ class TransmageddonUI (gtk.glade.XML):
if d.is_video:
self.videodata = { 'videowidth' : d.videowidth, 'videoheight' : d.videoheight, 'videotype' : d.inputvideocaps,
'videolenght' : d.videolength, 'fratenum' : d.videorate.num, 'frateden' : d.videorate.denom }
- self.videoinformation.set_markup(''.join(('<small>', 'Video height/width: ', str(self.videodata['videoheight']),
- "x", str(self.videodata['videowidth']), '</small>')))
+ self.videoinformation.set_markup(''.join(('<small>', 'Video width/height: ', str(self.videodata['videowidth']),
+ "x", str(self.videodata['videoheight']), '</small>')))
self.videocodec.set_markup(''.join(('<small>', 'Video codec: ',
str(gst.pbutils.get_codec_description(self.videodata['videotype'])),
'</small>')))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]