diff -r 91d5ad76f5c6 -r 16db3449d7ba mmappcomponents/harvester/metadataextractor/src/mpxfileinfoutility.cpp --- a/mmappcomponents/harvester/metadataextractor/src/mpxfileinfoutility.cpp Wed Sep 15 12:45:22 2010 +0300 +++ b/mmappcomponents/harvester/metadataextractor/src/mpxfileinfoutility.cpp Wed Oct 13 15:06:09 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: This class is responsible for reading file info -* Version : %version: e003sa33#5.1.3.1.10 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: da1mmcf#5.1.3.1.8 % << Don't touch! Updated by Synergy at check-out. * * Copyright © 2005 Nokia. All rights reserved. */ @@ -81,8 +81,8 @@ iMMFControllers.ResetAndDestroy(); iMMFControllers.Close(); - //delete non cached Helix controller - if( iController && ( iCurrentControllerUid == 0x10207B65 ) ) + // delete non cached controller + if(iController) { iController->Close(); delete iController; @@ -163,6 +163,9 @@ buf->Ptr(0), dataSource)); + MPX_DEBUG1("CMPXFileInfoUtility::OpenFileL()- AddDataSink()"); + User::LeaveIfError(iController->AddDataSink(KUidMmfAudioOutput, + KNullDesC8)); CleanupStack::PopAndDestroy(buf); MPX_DEBUG1("CMPXFileInfoUtility::OpenFileL()--->");