[vlc-devel] commit: Missing use of options in test.html added playlist items. ( Vicente Jimenez Aguilar )

git version control git at videolan.org
Thu Mar 12 00:37:38 CET 2009


vlc | branch: master | Vicente Jimenez Aguilar <googuy at gmail.com> | Tue Mar 10 17:53:00 2009 +0100| [c4bf7a64c75f2c12060c04d295ab8bbe1206acf9] | committer: Jean-Baptiste Kempf 

Missing use of options in test.html added playlist items.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4bf7a64c75f2c12060c04d295ab8bbe1206acf9
---

 projects/activex/test.html |    2 +-
 projects/mozilla/test.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/activex/test.html b/projects/activex/test.html
index e2fac65..1c2829c 100644
--- a/projects/activex/test.html
+++ b/projects/activex/test.html
@@ -570,7 +570,7 @@ function doAdd(targetURL)
     var options = new Array(":vout-filter=deinterlace", ":deinterlace-mode=linear");
     if( vlc )
     {
-        vlc.playlist.add(targetURL);
+        vlc.playlist.add(targetURL, "", options);
         doItemCount();
     }
 }
diff --git a/projects/mozilla/test.html b/projects/mozilla/test.html
index e2fac65..1c2829c 100644
--- a/projects/mozilla/test.html
+++ b/projects/mozilla/test.html
@@ -570,7 +570,7 @@ function doAdd(targetURL)
     var options = new Array(":vout-filter=deinterlace", ":deinterlace-mode=linear");
     if( vlc )
     {
-        vlc.playlist.add(targetURL);
+        vlc.playlist.add(targetURL, "", options);
         doItemCount();
     }
 }




More information about the vlc-devel mailing list