OSDN Git Service

RIO-8827: Sometimes cancelall command is not executed on all the data sinks in cancel...
authorPacketVideo CM <engbuild@pv.com>
Sat, 27 Mar 2010 02:09:07 +0000 (19:09 -0700)
committerPacketVideo CM <engbuild@pv.com>
Sat, 27 Mar 2010 02:09:07 +0000 (19:09 -0700)
Change-Id: If8c8f71c08a9cfe59d4944fc4e15c39ed1c64791

engines/2way/src/pv_2way_sdkinfo.h
engines/author/src/pv_author_sdkinfo.h
engines/player/src/pv_player_engine.cpp
engines/player/src/pv_player_sdkinfo.h

index d058a9e..de77ad9 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 "CORE_8.505.1.1"
-#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100313
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1325556"
+#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100316
 
 #endif //PV_2WAY_SDKINFO_H_INCLUDED
index 3615202..65980ee 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 "CORE_8.505.1.1"
-#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100313
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1325556"
+#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100316
 
 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
index 7a485a8..ac4d062 100644 (file)
@@ -4113,7 +4113,7 @@ PVMFStatus PVPlayerEngine::DoCancelPendingNodeDatapathCommand()
     // Determine where the pending commands were issued to and then cancel them
     int32 leavecode = 0;
     iNumberCancelCmdPending = 0;
-    for (uint32 i = 0; i < iCurrentContextList.size(); ++i)
+    for (int32 i = (OSCL_STATIC_CAST(int32, iCurrentContextList.size()) - 1); i >= 0; i--)
     {
         if (iCurrentContextList[i]->iNode)
         {
index cc10f98..36b1952 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 "CORE_8.505.1.1"
-#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100313
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1325556"
+#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100316
 
 #endif //PV_PLAYER_SDKINFO_H_INCLUDED