Refactoring wmf plugin

make mf startup/shutdwon inside plugin instead of player component
make sourceresolver a common component for a wmf related tasks.

Change-Id: I49cdc4fa512a62398a68cd2be2f522f567d11c7c
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Ling Hu
2012-06-28 15:27:13 +10:00
committed by Qt by Nokia
parent 340f18d4b5
commit eb5b216ac4
10 changed files with 42 additions and 22 deletions

View File

@@ -12,8 +12,18 @@ load(qt_plugin)
DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
HEADERS += wmfserviceplugin.h
SOURCES += wmfserviceplugin.cpp
DEPENDPATH += .
INCLUDEPATH += .
HEADERS += \
wmfserviceplugin.h \
mfstream.h \
sourceresolver.h
SOURCES += \
wmfserviceplugin.cpp \
mfstream.cpp \
sourceresolver.cpp
include (player/player.pri)