[vlc-devel] commit: mozilla: use minimal_macosx as vout in webplugin, it leaks way less then macosx vout. (Jean-Paul Saman )

git version control git at videolan.org
Fri Jul 24 14:28:35 CEST 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Jun 21 16:09:52 2009 +0200| [cc15cdc7a589c9bcaa2fcfbfceebca0168181fd3] | committer: Jean-Paul Saman 

mozilla: use minimal_macosx as vout in webplugin, it leaks way less then macosx vout.

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

 projects/mozilla/vlcplugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index f1003a2..5f4444b 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -99,7 +99,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
     /* locate VLC module path */
 #ifdef XP_MACOSX
     ppsz_argv[ppsz_argc++] = "--plugin-path=/Library/Internet\\ Plug-Ins/VLC\\ Plugin.plugin/Contents/MacOS/modules";
-    ppsz_argv[ppsz_argc++] = "--vout=macosx";
+    ppsz_argv[ppsz_argc++] = "--vout=minimal_macosx";
 #elif defined(XP_WIN)
     HKEY h_key;
     DWORD i_type, i_data = MAX_PATH + 1;




More information about the vlc-devel mailing list