[pitivi: 8/27] Added '50 fps' to the list of framerates
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 8/27] Added '50 fps' to the list of framerates
- Date: Wed, 11 May 2011 14:05:51 +0000 (UTC)
commit 60b7f145e957a073d46f3cc52180fa02114e2286
Author: Alex BÄ?luÈ? <alexandru balut gmail com>
Date: Mon Mar 14 07:56:00 2011 +0100
Added '50 fps' to the list of framerates
pitivi/ui/common.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/common.py b/pitivi/ui/common.py
index eca108a..d86b8f1 100644
--- a/pitivi/ui/common.py
+++ b/pitivi/ui/common.py
@@ -190,6 +190,7 @@ frame_rates = model((str, object), (
(_("25 fps"), gst.Fraction(25.0, 1.0)),
(_("29,97 fps"), gst.Fraction(30000.0, 1001.0)),
(_("30 fps"), gst.Fraction(30.0, 1.0)),
+ (_("50 fps"), gst.Fraction(50.0, 1.0)),
(_("59,94 fps"), gst.Fraction(60000.0, 1001.0)),
(_("60 fps"), gst.Fraction(60.0, 1.0)),
(_("120 fps"), gst.Fraction(120.0, 1.0)),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]