equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implimentation of QMpxVideoPlaybackWrapper |
14 * Description: Implimentation of QMpxVideoPlaybackWrapper |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 4 % |
18 // Version : %version: ou1cpsw#5 % |
19 |
19 |
20 |
20 |
21 #include "mpxvideo_debug.h" |
21 #include "mpxvideo_debug.h" |
22 #include "mpxvideoplaybackwrapper.h" |
22 #include "mpxvideoplaybackwrapper.h" |
23 #include "mpxvideoplayerappuiengine.h" |
23 #include "mpxvideoplayerappuiengine.h" |
57 { |
57 { |
58 MPX_ENTER_EXIT(_L("QMpxVideoPlaybackWrapper::initializePlugins()")); |
58 MPX_ENTER_EXIT(_L("QMpxVideoPlaybackWrapper::initializePlugins()")); |
59 |
59 |
60 TRAPD( err, mUiEngine = CMpxVideoPlayerAppUiEngine::NewL( this ) ); |
60 TRAPD( err, mUiEngine = CMpxVideoPlayerAppUiEngine::NewL( this ) ); |
61 MPX_DEBUG(_L("QMpxVideoPlaybackWrapper::initializePlugins err = %d"), err); |
61 MPX_DEBUG(_L("QMpxVideoPlaybackWrapper::initializePlugins err = %d"), err); |
|
62 Q_UNUSED(err); |
62 } |
63 } |
63 |
64 |
64 // ------------------------------------------------------------------------------------------------- |
65 // ------------------------------------------------------------------------------------------------- |
65 // QMpxVideoPlaybackWrapper::playMedia() |
66 // QMpxVideoPlaybackWrapper::playMedia() |
66 // ------------------------------------------------------------------------------------------------- |
67 // ------------------------------------------------------------------------------------------------- |