[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 15:06:24 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Sun Jun 21 16:09:52 2009 +0200| [5d0ea3e3a368d93bd6bed7eb896905166847903c] | committer: Jean-Paul Saman
mozilla: use minimal_macosx as vout in webplugin, it leaks way less then macosx vout.
(cherry picked from commit 44203e3e01a2392daf6312aefe19d0e5c343ace4)
Signed-off-by: Jean-Paul Saman <jpsaman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d0ea3e3a368d93bd6bed7eb896905166847903c
---
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 79b7ed4..199832c 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -98,7 +98,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