Comment 11 for bug 1365497

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

@Jim
Well I am expecting that the QMediaPlayer object reports back an Error using the signal "error"[1];

This is how the application can detect if there is an error or not. Works very well on desktop with gstreamer (I tested it).

There is a enum[2] used to identify which error was. And one of the enum values is "QMediaPlayer::FormatError" which is used to notify the application that this format is not supported.

[1] http://qt-project.org/doc/qt-5/qmediaplayer.html#error-2
[2[ http://qt-project.org/doc/qt-5/qmediaplayer.html#Error-enum