diff -r e0d606d6e3b1 -r 46e224560be8 omxilcomp/omxiltestcomp/md5sink/src/omxiltestmd5sink.cpp --- a/omxilcomp/omxiltestcomp/md5sink/src/omxiltestmd5sink.cpp Fri Sep 17 08:27:08 2010 +0300 +++ b/omxilcomp/omxiltestcomp/md5sink/src/omxiltestmd5sink.cpp Thu Oct 14 10:22:53 2010 +0100 @@ -81,7 +81,7 @@ COmxILComponent::ConstructL(hComponent); // STEP 2: Create the call backs holder... - MOmxILCallbackNotificationIf* callbackNotificationIf=CreateCallbackManagerL(COmxILComponent::EOutofContext); + MOmxILCallbackNotificationIf* callbackNotificationIf=CreateCallbackManagerL(COmxILComponent::EInContext); // STEP 3: Create the MD5 sink-specific Processing Function... COmxILTestMD5SinkProcessingFunction* pProcessingFunction = COmxILTestMD5SinkProcessingFunction::NewL(*callbackNotificationIf);