[datatype-dev] CR:Changes to fix Bug 9312: Video is not getting synchronized with audio particularly when movie is paused and replayed - when tried with the movies from Samsung for this test.
Varun Kathuria vkathuria at real.comSkipped content of type multipart/alternative-------------- next part --------------
Index: mp3rend.cpp
===================================================================
RCS file: /cvsroot/datatype/mp3/renderer/mp3rend.cpp,v
retrieving revision 1.34.8.1
diff -u -r1.34.8.1 mp3rend.cpp
--- mp3rend.cpp 3 Apr 2008 21:19:36 -0000 1.34.8.1
+++ mp3rend.cpp 10 Jun 2009 09:40:29 -0000
@@ -519,7 +519,7 @@
#endif
#endif
- if(m_pPacketParser)
+ if(m_pPacketParser && !timeAfterBegin)
{
m_pPacketParser->Begin(timeAfterBegin);
}