[longomatch] Add some comments
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add some comments
- Date: Thu, 22 Jul 2010 00:21:45 +0000 (UTC)
commit 9b44e4ee34850dc0b9aac48f7a2e3d3fbaa5c770
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Jul 21 17:23:14 2010 +0200
Add some comments
LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 0cd09dd..77179fd 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -243,6 +243,7 @@ namespace LongoMatch.Gui.Component
else
s.CaptureSourceType = CaptureSourceType.Raw;
s.DeviceID = videoDevices[devicecombobox.Active].ID;
+ /* Get size info */
switch (sizecombobox.ActiveText){
/* FIXME: Don't harcode size values */
case PAL_FORMAT:
@@ -262,6 +263,7 @@ namespace LongoMatch.Gui.Component
s.Height = 0;
break;
}
+ /* Get video compresion format info */
switch (videoformatcombobox.ActiveText){
case Constants.AVI:
s.VideoEncoder = VideoEncoderType.Xvid;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]