[longomatch/livecapturemerged: 72/84] Add fps info to the dummy file



commit 1143b102ae2a3d78e28b593f729da4126b6ee359
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat May 8 10:43:56 2010 +0200

    Add fps info to the dummy file

 LongoMatch/Gui/Component/ProjectDetailsWidget.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 71b52c9..9df1ed5 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -1,4 +1,4 @@
-// FileDescriptionWidget.cs
+// FileDescriptionWidget.cs
 //
 //  Copyright (C) 2007-2009 Andoni Morales Alastruey
 //
@@ -332,6 +332,7 @@ namespace LongoMatch.Gui.Component
 					} else if  (useType == ProjectType.CaptureProject){
 						mFile = new PreviewMediaFile();
 						mFile.FilePath = fileEntry.Text;
+						mFile.Fps = 25;
 					}
 					return new Project(mFile,
 					                   LocalName,



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