[vlc-commits] Mac plugin: use CAOpenGLLayer as video output module instead of the inferior plain CoreGraphics based approach
Felix Paul Kühne
git at videolan.org
Fri Feb 7 11:49:48 CET 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Feb 7 11:49:46 2014 +0100| [e3de9db25be6ef5e3124cb642ab5497da1a48d02] | committer: Felix Paul Kühne
Mac plugin: use CAOpenGLLayer as video output module instead of the inferior plain CoreGraphics based approach
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=e3de9db25be6ef5e3124cb642ab5497da1a48d02
---
npapi/vlcplugin_base.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/vlcplugin_base.cpp b/npapi/vlcplugin_base.cpp
index 11141a7..baeecfc 100644
--- a/npapi/vlcplugin_base.cpp
+++ b/npapi/vlcplugin_base.cpp
@@ -124,7 +124,7 @@ NPError VlcPluginBase::init(int argc, char* const argn[], char* const argv[])
#endif
#ifdef XP_MACOSX
- ppsz_argv[ppsz_argc++] = "--vout=vout_coregraphicslayer";
+ ppsz_argv[ppsz_argc++] = "--vout=caopengllayer";
ppsz_argv[ppsz_argc++] = "--scaletempo-stride=30";
ppsz_argv[ppsz_argc++] = "--scaletempo-overlap=0,2";
ppsz_argv[ppsz_argc++] = "--scaletempo-search=14";
More information about the vlc-commits
mailing list