"Nokia submits this code under the terms of a commercial contribution
agreement with RealNetworks, and I am authorized to contribute this code
under said agreement."
Modified by: [EMAIL PROTECTED]
Reviewed by:
Date: 1/16/2007
Project: SymbianMmf_rel
ErrorId: YLII-7AUFMZ
Synopsis: CR: Realplayer: "Assert failed!
(m_samplesWritten>=m_lastSampleCount)... File
CHXBaseAudioSession.cpp,Line 1269"
The Assert in CHXBaseAudioSession.cpp
CHXBaseAudioSession::UpdateUnplayedSampleCount() is preventing the BAT
test on CW emulator. Remove the Assert.
Root Cause of the problem: Implementation.
Files Added: None.
Files Modified:
/audio/device/platform/symbian/common/CHXBaseAudioSession.cpp
Image Size and Heap Use impact: no major impact
Module Release testing (STIF) : Passed.
Test case(s) Added : N/A.
Memory leak check performed : Yes. No new leaks introduced
Platforms and Profiles Build Verified: helix-client-s60-32-mmf-mdf-arm
Platforms and Profiles Functionality verified: winscw
Branch: 210CayS & Head
<<diff.txt>>
Index: CHXBaseAudioSession.cpp
===================================================================
RCS file:
/cvsroot/audio/device/platform/symbian/common/CHXBaseAudioSession.cpp,v
retrieving revision 1.1.2.4
diff -u -w -r1.1.2.4 CHXBaseAudioSession.cpp
--- CHXBaseAudioSession.cpp 7 Nov 2007 17:00:17 -0000 1.1.2.4
+++ CHXBaseAudioSession.cpp 16 Jan 2008 17:55:27 -0000
@@ -1266,7 +1266,6 @@
}
else
{
- HX_ASSERT(m_samplesWritten >= m_lastSampleCount);
// This case is hit when pause/play is sent
// continously without allowing the device to playback. Ignore the
computation
HXLOGL1(HXLOG_ADEV,
"CHXBaseAudioSession::UpdateUnplayedSampleCount(): WARNING state = %s
written=%lu last=%lu unplayed=%lu",
_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev