Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread Alexander Dyagilev
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

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread Alexander Dyagilev
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/

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread John Weeks
> 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

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread Jean-Michaël Celerier
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

[Interest] QAudioDecoder mp3 problem

2016-08-31 Thread Alexander Dyagilev
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