aboutsummaryrefslogtreecommitdiff
path: root/engines/player
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-23 14:06:50 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-23 14:31:04 -0700
commite8b734877c12ef357dcc94937220ee53923eaef2 (patch)
tree523cedad65c008da22c8ad0159a2a5c34f76d860 /engines/player
parenta74a87e140c4baeab8123352fc9e323b827df11f (diff)
downloadopencore-e8b734877c12ef357dcc94937220ee53923eaef2.tar.gz
RIO-9319: Common Parser Node follow-on to remove magic numbers from code
Change-Id: Ib8aae6503ad4dcffcd26752b389fd7967a0f620a
Diffstat (limited to 'engines/player')
-rw-r--r--engines/player/src/pv_player_engine.cpp8
-rw-r--r--engines/player/src/pv_player_sdkinfo.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/engines/player/src/pv_player_engine.cpp b/engines/player/src/pv_player_engine.cpp
index 9942e5055..33e13f7cf 100644
--- a/engines/player/src/pv_player_engine.cpp
+++ b/engines/player/src/pv_player_engine.cpp
@@ -16593,7 +16593,7 @@ PVMFStatus PVPlayerEngine::SetDataStreamOrDataSource(bool aValidDataStream)
for (uint32 clipIndex = 0; clipIndex < iDataSource->GetNumClips(); clipIndex++)
{
- PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_DEBUG, (0, "PVPlayerEngine::DoSourceNodeQueryTrackSelIF() - Set index of current clip to %d", clipIndex));
+ PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_DEBUG, (0, "PVPlayerEngine::SetDataStreamOrDataSource() - Set index of current clip to %d", clipIndex));
iDataSource->SetCurrentClip(clipIndex);
OSCL_wHeapString<OsclMemAllocator> sourceURL;
@@ -16607,7 +16607,7 @@ PVMFStatus PVPlayerEngine::SetDataStreamOrDataSource(bool aValidDataStream)
actualURL = oscl_strstr(iDataSource->GetDataSourceURL().get_cstr(), schemeDelimiter.get_cstr());
if (actualURL == NULL)
{
- PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::DoSourceNodeQueryTrackSelIF() Unable to skip over file://"));
+ PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::SetDataStreamOrDataSource() Unable to skip over file://"));
return PVMFErrArgument;
}
//skip over ://
@@ -16665,7 +16665,7 @@ PVMFStatus PVPlayerEngine::SetDataStreamOrDataSource(bool aValidDataStream)
}
else
{
- PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::DoSourceNodeQueryTrackSelIF() SetSourceInitializationData failed errcode %d", retval));
+ PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::SetDataStreamOrDataSource() Initialization of Source failed errcode %d", retval));
// dont ignore update failure for clips index == 0
if (clipIndex == 0)
@@ -16677,7 +16677,7 @@ PVMFStatus PVPlayerEngine::SetDataStreamOrDataSource(bool aValidDataStream)
}
else
{
- PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::DoSourceNodeQueryTrackSelIF() Data source type not supported yet so asserting"));
+ PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVPlayerEngine::SetDataStreamOrDataSource() Data source type not supported yet so asserting"));
OSCL_ASSERT(false);
return PVMFFailure;
}
diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h
index ff2f790d3..a5de05f8c 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 "1497117"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1497191"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100615
#endif //PV_PLAYER_SDKINFO_H_INCLUDED