[longomatch] Use non-accurate seeks to sync periods



commit 1e187dc1e230e23ae7250068487ad80fbb912a56
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 28 08:09:51 2014 +0100

    Use non-accurate seeks to sync periods

 LongoMatch.GUI/Gui/Component/ProjectPeriods.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs b/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
index ad94d85..71e99a5 100644
--- a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
+++ b/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
@@ -119,7 +119,7 @@ namespace LongoMatch.Gui.Component
                {
                        Time time = val as Time;
                        playerbin2.Pause ();
-                       playerbin2.Seek (time, true);
+                       playerbin2.Seek (time, false);
                }
 
                void HandleValueChanged (object sender, EventArgs e)


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