[vlc-devel] commit: mozilla: workaround for libvlc media_player end of media list behavior ( Jean-Paul Saman )
git version control
git at videolan.org
Mon May 25 00:36:27 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue May 5 17:04:21 2009 +0200| [b8f614a91f8e8bd2503f82e036a36b949d4a342c] | committer: Jean-Paul Saman
mozilla: workaround for libvlc media_player end of media list behavior
(cherry picked from commit 3b04148ead3a3fd39e4e9bb9b44030c2579fc88a)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8f614a91f8e8bd2503f82e036a36b949d4a342c
---
projects/mozilla/test.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/projects/mozilla/test.html b/projects/mozilla/test.html
index b9085f3..e73ffec 100644
--- a/projects/mozilla/test.html
+++ b/projects/mozilla/test.html
@@ -598,6 +598,7 @@ function onPlay()
function onEnd()
{
document.getElementById("state").innerHTML = "End...";
+ doStop();
}
var liveFeedText = new Array("Live", "((Live))", "(( Live ))", "(( Live ))");
More information about the vlc-devel
mailing list