AVFoundation: Emit error when media fails to load
This also makes sure that if you attempt to load an invalid media file while another file is playing that the old session is stopped. Task-number: QTBUG-30411 Change-Id: Ied4dbaffeac50465112c1e94e7c69d1600a6de51 Reviewed-by: Christian Stromme <christian.stromme@digia.com> Reviewed-by: Dan Winkler <dantwinkler@gmail.com>
This commit is contained in:
committed by
The Qt Project
parent
ae042feed3
commit
e728a61eb6
@@ -103,6 +103,7 @@ public Q_SLOTS:
|
||||
void processEOS();
|
||||
void processLoadStateChange();
|
||||
void processPositionChange();
|
||||
void processMediaLoadError();
|
||||
|
||||
void processCurrentItemChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user