[pitivi: 10/16] Include the render_scale attribute when creating a copy of an ExportSettings
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 10/16] Include the render_scale attribute when creating a copy of an ExportSettings
- Date: Tue, 7 Jun 2011 16:27:35 +0000 (UTC)
commit 2169269eba58115a2814c7653a8cb667e76e3d3d
Author: Alex BÄ?luÈ? <alexandru balut gmail com>
Date: Tue May 24 18:33:49 2011 +0200
Include the render_scale attribute when creating a copy of an ExportSettings
pitivi/settings.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/settings.py b/pitivi/settings.py
index b968735..f74a2d7 100644
--- a/pitivi/settings.py
+++ b/pitivi/settings.py
@@ -485,6 +485,7 @@ class ExportSettings(Signallable, Loggable):
ret = ExportSettings()
ret.videowidth = self.videowidth
ret.videoheight = self.videoheight
+ ret.render_scale = self.render_scale
ret.videorate = gst.Fraction(self.videorate.num, self.videorate.denom)
ret.videopar = gst.Fraction(self.videopar.num, self.videopar.denom)
ret.audiochannels = self.audiochannels
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]