[longomatch/newui: 127/157] Make sure the capturer emits tick events



commit c75642bf5f8147402977cc3011bd8c50888f445a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Aug 28 20:29:37 2014 +0200

    Make sure the capturer emits tick events

 LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs b/LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs
index eca3403..aa3a393 100644
--- a/LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs
@@ -323,6 +323,7 @@ namespace LongoMatch.Gui
                                }
                        }
                        timelabel.Markup = String.Format ("<span font=\"30px bold\">{0}</span> ", text);
+                       Config.EventsBroker.EmitCapturerTick (ellapsedTime);
                }
 
                void OnError (string message)


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