aboutsummaryrefslogtreecommitdiff
path: root/engines/player
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-23 14:06:54 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-23 14:31:05 -0700
commit9fcf378f5c06b15fa2b73f559cfef87818090171 (patch)
treef3edae4af1740141e731a1e5f978596eed328154 /engines/player
parentce24f6cd07609463347cdfb825d1e1a002860f36 (diff)
downloadopencore-9fcf378f5c06b15fa2b73f559cfef87818090171.tar.gz
RIO-9350: Media Output Node sync margins are not being set for video tracks
Change-Id: Ifab04290826954075d80ef77ada2d648a2793f26
Diffstat (limited to 'engines/player')
-rw-r--r--engines/player/src/pv_player_engine.cpp1
-rw-r--r--engines/player/src/pv_player_sdkinfo.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/engines/player/src/pv_player_engine.cpp b/engines/player/src/pv_player_engine.cpp
index c9fbcad5d..bca90dd5e 100644
--- a/engines/player/src/pv_player_engine.cpp
+++ b/engines/player/src/pv_player_engine.cpp
@@ -12014,6 +12014,7 @@ void PVPlayerEngine::HandleSinkNodeQueryInterfaceMandatory(PVPlayerEngineContext
else
{
// Video track available or an unknown datapath
+ aNodeContext.iEngineDatapath->iSinkNodeSyncCtrlIF->SetMargins((-1*iSyncMarginVideo.min), iSyncMarginVideo.max);
}
}
}
diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h
index f027e2658..ed90ea347 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 "1505093"
-#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100618
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1510632"
+#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100622
#endif //PV_PLAYER_SDKINFO_H_INCLUDED