[vlc-devel] commit: mozilla: workaround for libvlc media_player end of media list behavior ( Jean-Paul Saman )
git version control
git at videolan.org
Tue May 12 14:26:51 CEST 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Tue May 5 17:04:21 2009 +0200| [3b04148ead3a3fd39e4e9bb9b44030c2579fc88a] | committer: Jean-Paul Saman
mozilla: workaround for libvlc media_player end of media list behavior
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b04148ead3a3fd39e4e9bb9b44030c2579fc88a
---
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 2f60860..5c26ced 100644
--- a/projects/mozilla/test.html
+++ b/projects/mozilla/test.html
@@ -670,6 +670,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