Put output files in the output directory.

Review URL: https://webrtc-codereview.appspot.com/771006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2714 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-09-06 18:11:25 +00:00
parent 3c1f96f279
commit b3b158db2e

View File

@ -34,7 +34,7 @@ void ViEAutoTest::ViEFileStandardTest()
{ {
#ifdef WEBRTC_VIDEO_ENGINE_FILE_API #ifdef WEBRTC_VIDEO_ENGINE_FILE_API
//*************************************************************** //***************************************************************
// Begin create/initialize WebRTC Video Engine for testing // Begin create/initialize WebRTC Video Engine for testing
//*************************************************************** //***************************************************************
{ {
ViETest::Log("Starting a loopback call..."); ViETest::Log("Starting a loopback call...");
@ -171,7 +171,7 @@ void ViEAutoTest::ViEFileStandardTest()
// Test debug information recording. // Test debug information recording.
EXPECT_EQ(0, ptrViEFile->StartDebugRecording(videoChannel, EXPECT_EQ(0, ptrViEFile->StartDebugRecording(videoChannel,
"vie_autotest_debug.yuv")); (webrtc::test::OutputPath() + "vie_autotest_debug.yuv").c_str()));
// testing StartRecordIncomingVideo and StopRecordIncomingVideo // testing StartRecordIncomingVideo and StopRecordIncomingVideo
{ {