if ( true == GetValueForTCTSetting("DEVICE_SUITE_TARGET_30", pszValue, API_NAMESPACE ))
{
FPRINTF("[Line : %d][%s] 'DEVICE_SUITE_TARGET_30' Values Received = %s\\n", __LINE__, API_NAMESPACE, pszValue);
- int path_size = strlen(pszValue)+strlen("/res/Ice.mp4")+1;
+ int path_size = strlen(pszValue)+strlen("/res/test_10sec.mp4")+1;
g_pszFilePath=(char*)calloc(path_size, sizeof(char));
- snprintf(g_pszFilePath, path_size, "%s/res/Ice.mp4", pszValue);
+ snprintf(g_pszFilePath, path_size, "%s/res/test_10sec.mp4", pszValue);
}
else
{