Windows 10 (desktop).
All the plugins seems to be there as windeployqt copied them...
On 8/31/2016 6:36 PM, John Weeks wrote:
On what platform? QAudioDecoder depends on both support on the
platform and on the presence of a Qt plug-in that uses the platform
support. The support on OS X is so mi
Sorry, forgot to mention.
Windows 10. Desktop.
On 8/31/2016 3:31 PM, Jean-Michaël Celerier wrote:
Are you on OS X ? QAudioDecoder is not supported here (sadly).
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/
> On Aug 31, 2016, at 1:28 AM, Alexander Dyagilev wrote:
>
> Hello,
>
> I'm trying to decode an mp3 file. Getting ServiceMissingError ("The
> QAudioDecoder object does not have a valid service").
>
> At the same time QMediaPlayer can play the file.
>
> Am I doing something wrong?
>
> The co
Are you on OS X ? QAudioDecoder is not supported here (sadly).
---
Jean-Michaël Celerier
http://www.jcelerier.name
On Wed, Aug 31, 2016 at 10:28 AM, Alexander Dyagilev
wrote:
> Hello,
>
> I'm trying to decode an mp3 file. Getting ServiceMissingError ("The
> QAudioDecoder object does not h
Hello,
I'm trying to decode an mp3 file. Getting ServiceMissingError ("The
QAudioDecoder object does not have a valid service").
At the same time QMediaPlayer can play the file.
Am I doing something wrong?
The code:
QSharedPointerdecoder(newQAudioDecoder());
decoder->setSourceFilename("1.m