[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mp4/video/renderer mp4vdec.cpp, 1.8.8.7,
From:       vkathuria () helixcommunity ! org
Date:       2009-10-30 10:10:32
Message-ID: 200910301122.n9UBM1kf029810 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/mp4/video/renderer
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv31395

Modified Files:
      Tag: hxclient_3_6_1_atlas
	mp4vdec.cpp mp4vdfmt.cpp 
Log Message:
Changes to fix BUG 9619 & 9625

Index: mp4vdfmt.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/video/renderer/mp4vdfmt.cpp,v
retrieving revision 1.18.8.9.2.1
retrieving revision 1.18.8.9.2.2
diff -u -d -r1.18.8.9.2.1 -r1.18.8.9.2.2
--- mp4vdfmt.cpp	22 Oct 2009 15:55:40 -0000	1.18.8.9.2.1
+++ mp4vdfmt.cpp	30 Oct 2009 10:10:28 -0000	1.18.8.9.2.2
@@ -1247,3 +1247,9 @@
     m_fmtFactory.RegisterBuilder(&H264PayloadFormat::Build);
 #endif	// defined(HELIX_FEATURE_VIDEO_CODEC_AVC1)
 }
+
+void 
+CMP4VideoFormat::_DoEvent()
+{
+    m_pDecoder->OnProcIdle();
+}

Index: mp4vdec.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/video/renderer/mp4vdec.cpp,v
retrieving revision 1.8.8.7
retrieving revision 1.8.8.7.2.1
diff -u -d -r1.8.8.7 -r1.8.8.7.2.1
--- mp4vdec.cpp	27 Jul 2009 09:14:25 -0000	1.8.8.7
+++ mp4vdec.cpp	30 Oct 2009 10:10:28 -0000	1.8.8.7.2.1
@@ -660,3 +660,10 @@
 {
     return m_pCodecLib->PNStream_SetProperty(m_pStream, SP_SEEK, &uval);
 }
+
+void 
+CMP4VDecoder::OnProcIdle()
+{
+    UINT32 uval = 0;
+    m_pCodecLib->PNStream_SetProperty(m_pStream, SP_PROCIDLE, &uval);
+}


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic