[pitivi] project: Default to a square pixel aspect ratio



commit bbff99d10973600b4da4f95b67686a0c1effd9f4
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Sat Mar 15 15:02:32 2014 -0400

    project: Default to a square pixel aspect ratio
    
    This would be a saner default

 pitivi/project.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index 9bdd751..029744b 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -1036,7 +1036,7 @@ class Project(Loggable, GES.Project):
         if not self.videorate:
             self.videorate = Gst.Fraction(25, 1)
         if not self.videopar:
-            self.videopar = Gst.Fraction(16, 15)
+            self.videopar = Gst.Fraction(1, 1)
 
     def _ensureAudioRestrictions(self):
         if not self.audiochannels:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]