[longomatch/livecapture2: 12/31] Set the capturer type after setting the default properties
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/livecapture2: 12/31] Set the capturer type after setting the default properties
- Date: Mon, 3 May 2010 22:39:49 +0000 (UTC)
commit c565b70563b25519b91a413c2a6de6a969ff8a7a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Mar 31 14:55:35 2010 +0200
Set the capturer type after setting the default properties
CesarPlayer/Gui/CapturerBin.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/CesarPlayer/Gui/CapturerBin.cs b/CesarPlayer/Gui/CapturerBin.cs
index 9aa561e..c8e8043 100644
--- a/CesarPlayer/Gui/CapturerBin.cs
+++ b/CesarPlayer/Gui/CapturerBin.cs
@@ -52,7 +52,7 @@ namespace LongoMatch.Gui
public CapturerBin()
{
this.Build();
- Type = CapturerType.FAKE;
+
outputWidth = 320;
outputHeight = 240;
videoBitrate = 1000;
@@ -61,6 +61,7 @@ namespace LongoMatch.Gui
audioEncoder = GccAudioEncoderType.Aac;
videoMuxer = GccVideoMuxerType.Mp4;
outputFile = "";
+ Type = CapturerType.FAKE;
}
public CapturerType Type {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]