[longomatch] Properly set default Volume on players.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Properly set default Volume on players.
- Date: Wed, 18 Mar 2015 14:42:02 +0000 (UTC)
commit b784d68c1971fc0471fd1f10e54c664929c0e8af
Author: Julien Moutte <julien fluendo com>
Date: Fri Mar 13 19:44:17 2015 +0100
Properly set default Volume on players.
Main camera has audio, secondary hasn't.
.../LongoMatch.Gui.Component.ProjectPeriods.cs | 2 +-
LongoMatch.GUI/gtk-gui/gui.stetic | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
index 4e6a8b4..3df7171 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.ProjectPeriods.cs
@@ -92,7 +92,7 @@ namespace LongoMatch.Gui.Component
this.main_cam_playerbin = new global::LongoMatch.Gui.PlayerBin ();
this.main_cam_playerbin.Events = ((global::Gdk.EventMask)(256));
this.main_cam_playerbin.Name = "main_cam_playerbin";
- this.main_cam_playerbin.Volume = 0;
+ this.main_cam_playerbin.Volume = 1;
this.main_cam_playerbin.CloseAlwaysVisible = false;
this.main_cam_vbox.Add (this.main_cam_playerbin);
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.main_cam_vbox
[this.main_cam_playerbin]));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index ccc4c53..95c7739 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9682,7 +9682,7 @@ You can continue with the current capture, cancel it or save your project.
<widget class="LongoMatch.Gui.PlayerBin" id="main_cam_playerbin">
<property name="MemberName" />
<property name="Events">ButtonPressMask</property>
- <property name="Volume">0</property>
+ <property name="Volume">1</property>
<property name="CloseAlwaysVisible">False</property>
</widget>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]