aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:14 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:14 -0700
commitca3a4688ccc448c825b00aba66879b1889e9f0ac (patch)
tree94844dc05b1514488cbf6af5cc15bce05f09c428
parenta259e833c2d597b752561466bb311f73c8f2cba0 (diff)
downloadopencore-ca3a4688ccc448c825b00aba66879b1889e9f0ac.tar.gz
RIO-9185: CommonParserNode for AMR and WAV (minor additional change 4)
Change-Id: I81fef307b626ce7da098a27b44adca48a30d6eef
-rw-r--r--engines/2way/src/pv_2way_sdkinfo.h2
-rw-r--r--engines/author/src/pv_author_sdkinfo.h2
-rw-r--r--engines/player/src/pv_player_sdkinfo.h2
-rw-r--r--nodes/pvcommonparsernode/include/pvmf_parsernode_port.h2
4 files changed, 5 insertions, 3 deletions
diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h
index 5a473d6d3..44b76812d 100644
--- a/engines/2way/src/pv_2way_sdkinfo.h
+++ b/engines/2way/src/pv_2way_sdkinfo.h
@@ -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 "1493038"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1493122"
#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100611
#endif //PV_2WAY_SDKINFO_H_INCLUDED
diff --git a/engines/author/src/pv_author_sdkinfo.h b/engines/author/src/pv_author_sdkinfo.h
index 1e7b59412..473fe8569 100644
--- a/engines/author/src/pv_author_sdkinfo.h
+++ b/engines/author/src/pv_author_sdkinfo.h
@@ -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 "1493038"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1493122"
#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100611
#endif //PV_AUTHOR_SDKINFO_H_INCLUDED
diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h
index e8adf9b12..ab819e533 100644
--- a/engines/player/src/pv_player_sdkinfo.h
+++ b/engines/player/src/pv_player_sdkinfo.h
@@ -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 "1493038"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1493122"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100611
#endif //PV_PLAYER_SDKINFO_H_INCLUDED
diff --git a/nodes/pvcommonparsernode/include/pvmf_parsernode_port.h b/nodes/pvcommonparsernode/include/pvmf_parsernode_port.h
index de79fa3ed..134f56ff0 100644
--- a/nodes/pvcommonparsernode/include/pvmf_parsernode_port.h
+++ b/nodes/pvcommonparsernode/include/pvmf_parsernode_port.h
@@ -69,6 +69,8 @@ class PVMFParserNodeTrackPortInfo: public OsclMemPoolFixedChunkAllocatorObserver
}
PVMFParserNodeTrackPortInfo(const PVMFParserNodeTrackPortInfo& aSrc)
+ : OsclMemPoolFixedChunkAllocatorObserver(aSrc)
+ , OsclMemPoolResizableAllocatorObserver(aSrc)
{
iTrackId = aSrc.iTrackId;
iSeqNum = aSrc.iSeqNum;