[longomatch] Load playlist elements using the recorded rate



commit d795c76a24fa51eec341f632d48b46380fc30909
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Feb 3 16:33:28 2015 +0100

    Load playlist elements using the recorded rate

 LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
index 615516c..9df25e3 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
@@ -283,7 +283,7 @@ namespace LongoMatch.Gui
                        if (element is PlaylistPlayElement) {
                                PlaylistPlayElement ple = element as PlaylistPlayElement;
                                TimelineEvent play = ple.Play;
-                               LoadSegment (ple.FileSet, play.Start, play.Stop, play.Start, true, play.Rate);
+                               LoadSegment (ple.FileSet, play.Start, play.Stop, play.Start, true, ple.Rate);
                        } else if (element is PlaylistVideo) {
                                LoadVideo (element as PlaylistVideo);
                        } else if (element is PlaylistImage) {


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