Add the audio decoder variant of QMediaPlayer.
authorMichael Goddard <michael.goddard@nokia.com>
Mon, 6 Feb 2012 07:45:10 +0000 (17:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 8 Feb 2012 10:36:08 +0000 (11:36 +0100)
commit87ec3461c135990f9e01d7cb71bc6016c3538db1
treea6be531bec6289f15f092795ee09ba0d8e3aabfd
parent272be4554fc3a75bf4a243ce851fdc3fe86839c2
Add the audio decoder variant of QMediaPlayer.

Rather than the probe based way of doing it.  Initially private.

Change-Id: I30005f8da22f6451cb9de8eb3f0e193838d48c93
Reviewed-by: Ling Hu <ling.hu@nokia.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
13 files changed:
src/multimedia/audio/audio.pri
src/multimedia/audio/qaudiodecoder_p.cpp [new file with mode: 0644]
src/multimedia/audio/qaudiodecoder_p.h [new file with mode: 0644]
src/multimedia/controls/controls.pri
src/multimedia/controls/qaudiodecodercontrol_p.cpp [new file with mode: 0644]
src/multimedia/controls/qaudiodecodercontrol_p.h [new file with mode: 0644]
src/multimedia/qmediaserviceproviderplugin.h
tests/auto/unit/multimedia.pro
tests/auto/unit/qaudiodecoder/qaudiodecoder.pro [new file with mode: 0644]
tests/auto/unit/qaudiodecoder/tst_qaudiodecoder.cpp [new file with mode: 0644]
tests/auto/unit/qmultimedia_common/mockaudiodecodercontrol.h [new file with mode: 0644]
tests/auto/unit/qmultimedia_common/mockaudiodecoderservice.h [new file with mode: 0644]
tests/auto/unit/qmultimedia_common/mockdecoder.pri [new file with mode: 0644]