Prevent calls to endOfMedia which was causing crash on 2nd import (closes #385).

This commit is contained in:
Sofian Audry
2018-03-25 12:21:21 -04:00
parent 8866d2021f
commit 95fec7f71e
+1 -1
View File
@@ -52,7 +52,7 @@ _uri("")
_mediaPlayer->setVideoOutput(_videoSurface);
connect(_mediaPlayer, SIGNAL(positionChanged(qint64)), this, SLOT(endOfMedia(qint64)));
// connect(_mediaPlayer, SIGNAL(positionChanged(qint64)), this, SLOT(endOfMedia(qint64)));
_bitsChanged = true;
}