[Pkg-javascript-commits] [jarisplayer] 19/80: fixed small bug when a pseudo stream reached end and playback started again after a seek

Jonas Smedegaard dr at jones.dk
Tue May 10 08:45:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository jarisplayer.

commit 241868d61217e98daffede2df4e0b714a985d2c1
Author: jgmylm <jgmylm at edf201c3-a14d-0410-a11e-aa85364efa9f>
Date:   Fri Mar 12 02:43:23 2010 +0000

    fixed small bug when a pseudo stream reached end and playback started again after a seek
    
    git-svn-id: https://jaris.svn.sourceforge.net/svnroot/jaris/trunk@19 edf201c3-a14d-0410-a11e-aa85364efa9f
---
 bin/JarisFLVPlayer.swf     | Bin 20158 -> 20156 bytes
 src/jaris/player/Player.hx |   1 -
 2 files changed, 1 deletion(-)

diff --git a/bin/JarisFLVPlayer.swf b/bin/JarisFLVPlayer.swf
index f2cca8b..418851d 100644
Binary files a/bin/JarisFLVPlayer.swf and b/bin/JarisFLVPlayer.swf differ
diff --git a/src/jaris/player/Player.hx b/src/jaris/player/Player.hx
index 1a92a09..666f81c 100644
--- a/src/jaris/player/Player.hx
+++ b/src/jaris/player/Player.hx
@@ -1079,7 +1079,6 @@ class Player extends EventDispatcher
 			if (_mediaEndReached)
 			{
 				_mediaEndReached = false;
-				_startTime = 0;
 				
 				if (_streamType == StreamType.YOUTUBE)
 				{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jarisplayer.git



More information about the Pkg-javascript-commits mailing list