omxilcomp/omxiltestcomp/md5sink/src/omxiltestmd5sink.cpp
changeset 4 46e224560be8
parent 0 58be5850fb6c
--- 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);