mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Code cleanup: Video player
.. comments don't reflect that we implemented video playback on Mac using the QTKit API.
This commit is contained in:
@@ -49,8 +49,6 @@ VideoWindow::VideoWindow(MainWindow *parent, const QDir &home) :
|
||||
//vlc_exceptions(&exceptions);
|
||||
|
||||
/* Create a new item */
|
||||
// XXX need to add controls - not everyone is going to want to play a video from
|
||||
// my desktop!!!
|
||||
|
||||
m = NULL;
|
||||
//vlc_exceptions(&exceptions);
|
||||
@@ -75,10 +73,6 @@ VideoWindow::VideoWindow(MainWindow *parent, const QDir &home) :
|
||||
libvlc_media_player_set_hwnd (mp, container->winId());
|
||||
#endif
|
||||
|
||||
#if 0 // XXX what abut mac!!!
|
||||
libvlc_media_player_set_nsobject (mp, view);
|
||||
#endif
|
||||
|
||||
connect(main, SIGNAL(stop()), this, SLOT(stopPlayback()));
|
||||
connect(main, SIGNAL(start()), this, SLOT(startPlayback()));
|
||||
connect(main, SIGNAL(pause()), this, SLOT(pausePlayback()));
|
||||
|
||||
Reference in New Issue
Block a user