Added wmf implementation for QAudioDecoderControl

Change-Id: Ib6d5c93577bd55995a9ae51e757156149890f15d
Reviewed-by: Jun Zhu <jun.5.zhu@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Ling Hu
2012-07-05 14:47:42 +10:00
committed by Qt by Nokia
parent 51d7737c19
commit 48c945bac3
14 changed files with 1040 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
** This file is part of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -53,9 +53,8 @@
stop the previous load operation if there is any.
*/
SourceResolver::SourceResolver(QObject *parent)
: QObject(parent)
, m_cRef(1)
SourceResolver::SourceResolver()
: m_cRef(1)
, m_cancelCookie(0)
, m_sourceResolver(0)
, m_mediaSource(0)
@@ -255,6 +254,8 @@ void SourceResolver::shutdown()
{
if (m_mediaSource) {
m_mediaSource->Shutdown();
m_mediaSource->Release();
m_mediaSource = NULL;
}
if (m_stream) {