OSDN Git Service

RIO-7837: OMX component uninitialised value
authorPacketVideo CM <engbuild@pv.com>
Thu, 12 Nov 2009 20:46:30 +0000 (12:46 -0800)
committerPacketVideo CM <engbuild@pv.com>
Thu, 12 Nov 2009 20:46:30 +0000 (12:46 -0800)
codecs_v2/omx/omx_baseclass/src/pv_omxcomponent.cpp
engines/2way/src/pv_2way_sdkinfo.h
engines/author/src/pv_author_sdkinfo.h
engines/player/src/pv_player_sdkinfo.h

index eecaf04..f42bd9a 100644 (file)
@@ -1289,6 +1289,7 @@ OMX_ERRORTYPE OmxComponentBase::UseBuffer(
             pBaseComponentPort->pBuffer[ii]->pAppPrivate = pAppPrivate;
             pBaseComponentPort->pBuffer[ii]->nTickCount = 0;
             pBaseComponentPort->pBuffer[ii]->nTimeStamp = 0;
+            pBaseComponentPort->pBuffer[ii]->hMarkTargetComponent = NULL;
             *ppBufferHdr = pBaseComponentPort->pBuffer[ii];
             if (OMX_DirInput == pBaseComponentPort->PortParam.eDir)
             {
index 2e987b0..b072a50 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PV2WAY_ENGINE_SDKINFO_LABEL "1067854"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1067979"
 #define PV2WAY_ENGINE_SDKINFO_DATE 0x20091105
 
 #endif //PV_2WAY_SDKINFO_H_INCLUDED
index e5d72f1..1eb016e 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1067854"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1067979"
 #define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20091105
 
 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
index 7281e13..82f5e4d 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1067854"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1067979"
 #define PVPLAYER_ENGINE_SDKINFO_DATE 0x20091105
 
 #endif //PV_PLAYER_SDKINFO_H_INCLUDED