~raoul-snyman/openlp/fix-macos-pdf-test

« back to all changes in this revision

Viewing changes to openlp/core/ui/media/vlcplayer.py

  • Committer: Raoul Snyman
  • Date: 2019-02-14 07:04:30 UTC
  • mfrom: (2766.3.118 webengine-migrate)
  • Revision ID: raoul@snyman.info-20190214070430-nxe1vaeaapq3ult5
Migration from WebKit to Webengine. Also introduced reveal.js for slide rendering, new screen setup dialogs and many other changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
from PyQt5 import QtWidgets
34
34
 
35
 
from openlp.core.common import is_win, is_macosx, is_linux
 
35
from openlp.core.common import is_linux, is_macosx, is_win
36
36
from openlp.core.common.i18n import translate
37
37
from openlp.core.common.settings import Settings
38
38
from openlp.core.ui.media import MediaState, MediaType
39
39
from openlp.core.ui.media.mediaplayer import MediaPlayer
40
40
 
 
41
 
41
42
log = logging.getLogger(__name__)
42
43
 
43
44
# Audio and video extensions copied from 'include/vlc_interface.h' from vlc 2.2.0 source