[pitivi: 10/94] Remove a FIXME in projectmanager.py because it's actually a feature request
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 10/94] Remove a FIXME in projectmanager.py because it's actually a feature request
- Date: Sun, 11 Sep 2011 16:13:17 +0000 (UTC)
commit b967ff9730d02cf62e75363f488fc5de31464921
Author: Alex BÄluÈ <alexandru balut gmail com>
Date: Sun Aug 21 17:53:34 2011 +0200
Remove a FIXME in projectmanager.py because it's actually a feature request
pitivi/projectmanager.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/projectmanager.py b/pitivi/projectmanager.py
index 6843676..1d5941a 100644
--- a/pitivi/projectmanager.py
+++ b/pitivi/projectmanager.py
@@ -187,8 +187,10 @@ class ProjectManager(Signallable, Loggable):
self.emit("new-project-created", project)
self.current = project
- # FIXME: this should not be hard-coded
- # add default tracks for a new project
+ # Add default tracks to the timeline of the new project.
+ # The tracks of the timeline determine what tracks
+ # the rendered content will have. Pitivi currently supports
+ # projects with exactly one video track and one audio track.
settings = project.getSettings()
video = VideoStream(gst.Caps(settings.getVideoCaps()))
track = Track(video)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]