[pitivi] tests_: Fix tears_of_steel.webm



commit 703af9479f77248bbc22112713bf9ee18b15a9de
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Mon Nov 30 03:06:40 2015 +0100

    tests_: Fix tears_of_steel.webm
    
    ffmpeg -i tears_of_steel_1080p.webm -ss 01:14 -t 2 -vf scale=960:400
    -ar 44100 -ac 1 -c:a libvorbis -c:v vp8 -b:v 800000 tears_of_steel.webm
    
    Reviewed-by: Thibault Saunier <tsaunier gnome org>
    Differential Revision: https://phabricator.freedesktop.org/D570

 tests/samples/tears_of_steel.webm |  Bin 208575 -> 223340 bytes
 tests/test_project.py             |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/samples/tears_of_steel.webm b/tests/samples/tears_of_steel.webm
index d520566..008f872 100644
Binary files a/tests/samples/tears_of_steel.webm and b/tests/samples/tears_of_steel.webm differ
diff --git a/tests/test_project.py b/tests/test_project.py
index 34444e7..229d84e 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -458,7 +458,7 @@ class TestProjectSettings(common.TestCase):
         # The video settings should match tears_of_steel.webm
         self.assertEqual(960, project.videowidth)
         self.assertEqual(400, project.videoheight)
-        self.assertEqual(Gst.Fraction(25, 1), project.videorate)
+        self.assertEqual(Gst.Fraction(24, 1), project.videorate)
         self.assertEqual(Gst.Fraction(1, 1), project.videopar)
 
     def testLoad(self):


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