Fix file path in vie_auto_test.
TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/925005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2965 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
d02f0baf5a
commit
96993757df
@ -134,7 +134,7 @@ void ViEAutoTest::ViEFileStandardTest()
|
||||
webrtc::CodecInst audioCodec2;
|
||||
|
||||
//***************************************************************
|
||||
// Engine ready. Begin testing class
|
||||
// Engine ready. Begin testing class
|
||||
//***************************************************************
|
||||
|
||||
// Call started
|
||||
@ -147,7 +147,7 @@ void ViEAutoTest::ViEFileStandardTest()
|
||||
const int VIDEO_LENGTH = 5000;
|
||||
|
||||
const std::string root = webrtc::test::ProjectRootPath() +
|
||||
"src/video_engine/test/auto_test/media/";
|
||||
"webrtc/video_engine/test/auto_test/media/";
|
||||
const std::string renderStartImage = root + "renderStartImage.jpg";
|
||||
const std::string captureDeviceImage = root + "captureDeviceImage.jpg";
|
||||
const std::string renderTimeoutFile = root + "renderTimeoutImage.jpg";
|
||||
|
Loading…
x
Reference in New Issue
Block a user