aboutsummaryrefslogtreecommitdiff
path: root/engines/player/test
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-05-17 11:14:28 -0700
committerPacketVideo CM <engbuild@pv.com>2010-05-17 11:14:28 -0700
commit41aec6146fa2eeedc6489557d977f448cd1a53e2 (patch)
tree0d0bf19e039430422f3494b21ad6d6358d7a0c82 /engines/player/test
parentd77b313249eb7cf9d39ccc367b5a33b4eef1cb1c (diff)
downloadopencore-41aec6146fa2eeedc6489557d977f448cd1a53e2.tar.gz
RIO-8509: Sending position status update before SetPlaybackRange command completion. (minor additional change 2)
Change-Id: I4d5e9da8209d60f26adf8df517b8b90b745981cd
Diffstat (limited to 'engines/player/test')
-rw-r--r--engines/player/test/src/test_pv_player_engine_testset_playlist.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp b/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp
index f5dc5dadd..b24167ea0 100644
--- a/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp
+++ b/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp
@@ -2040,17 +2040,6 @@ void pvplayer_async_test_playlist_playback::HandleInformationalEvent(const PVAsy
break;
case PVMFInfoPositionStatus:
{
- PVPlayerState pstate;
- iPlayer->GetPVPlayerStateSync(pstate);
- if (pstate != PVP_STATE_STARTED)
- {
- fprintf(iTestMsgOutputFile, "---Playback status recived in Wrong Engine State\n");
- PVPATB_TEST_IS_TRUE(false);
- iState = STATE_CLEANUPANDCOMPLETE;
- RunIfNotReady();
- return;
- }
-
PVInterface* iface = (PVInterface*)(aEvent.GetEventExtensionInterface());
if (NULL == iface)
{