--- a/mmserv/voipaudioservices/JitterBufferUtility/src/JitterBuffer.cpp Tue Feb 02 01:08:46 2010 +0200
+++ b/mmserv/voipaudioservices/JitterBufferUtility/src/JitterBuffer.cpp Fri Feb 19 23:19:48 2010 +0200
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -234,7 +234,7 @@
TRACE_PRN_N(_L("CVoIPJitterBuffer::FillBufferL NORMAL"));
TUint32 emptyBufferDelay = 0;
-
+
if (iCodec != KMccFourCCIdG729)
{
// This can cause JB overflow on G729 (it does in the loopback)
@@ -385,6 +385,7 @@
if (aStateChangeDelay)
{
+ iStatus = KRequestPending;
iTimer.After(iStatus, TTimeIntervalMicroSeconds32(aStateChangeDelay));
}
else