[vlc-commits] Moved most platform-specific stuff out of vlcplugin.cpp.

Cheng Sun git at videolan.org
Wed Dec 21 12:54:07 CET 2011


npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Sat Dec  3 23:10:27 2011 +0000| [a4c5031a25e1da8b97eff006f1ad9150a5424b15] | committer: Jean-Baptiste Kempf

Moved most platform-specific stuff out of vlcplugin.cpp.

VlcPluginBase is a new abstract class from which platform-specific child
classes will inherit.

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

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

 npapi/vlcplugin.h                           |  387 +------------------
 npapi/{vlcplugin.cpp => vlcplugin_base.cpp} |  559 +++++----------------------
 npapi/vlcplugin_base.h                      |  324 ++++++++++++++++
 npapi/vlcshell.cpp                          |  513 +++----------------------
 npapi/vlcshell.h                            |    5 +-
 5 files changed, 472 insertions(+), 1316 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commitdiff;h=a4c5031a25e1da8b97eff006f1ad9150a5424b15


More information about the vlc-commits mailing list