[vlc-commits] macosx: Move resume logic from playlist into input manager

David Fuhrmann git at videolan.org
Mon Feb 19 21:57:04 CET 2018


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Feb 18 19:09:41 2018 +0100| [6b897d3c58a1652ac6488872d7cc08b5b1e759ef] | committer: David Fuhrmann

macosx: Move resume logic from playlist into input manager

The playlist object might be dead already once this code is needed.
Its standalone code only needed in InputManager, and it better
belongs there.

refs #19704

(cherry picked from commit eab53a4266bf1e37a91710ada10633d8e7e94ebd)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>

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

 modules/gui/macosx/VLCInputManager.m | 151 ++++++++++++++++++++++++++++++++++-
 modules/gui/macosx/VLCPlaylist.h     |   4 -
 modules/gui/macosx/VLCPlaylist.m     | 132 +-----------------------------
 3 files changed, 149 insertions(+), 138 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=6b897d3c58a1652ac6488872d7cc08b5b1e759ef


More information about the vlc-commits mailing list