Fix broken vie_capture_module_test on mac.
BUG= TEST= Review URL: http://webrtc-codereview.appspot.com/303006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1101 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
8627adc158
commit
ec7759a8c4
@ -249,7 +249,7 @@ TEST_F(VideoCaptureTest, CreateDelete) {
|
||||
capture_observer.capability.width = kTestWidth;
|
||||
capture_observer.capability.height = kTestHeight;
|
||||
capture_observer.capability.maxFPS = kTestFramerate;
|
||||
capture_observer.capability.rawType = kVideoUnknown;
|
||||
capture_observer.capability.rawType = webrtc::kVideoUnknown;
|
||||
#endif
|
||||
|
||||
StartCapture(module.get(), capture_observer.capability);
|
||||
@ -315,7 +315,7 @@ TEST_F(VideoCaptureTest, TestTwoCameras) {
|
||||
capture_observer1.capability.width = kTestWidth;
|
||||
capture_observer1.capability.height = kTestHeight;
|
||||
capture_observer1.capability.maxFPS = kTestFramerate;
|
||||
capture_observer1.capability.rawType = kVideoUnknown;
|
||||
capture_observer1.capability.rawType = webrtc::kVideoUnknown;
|
||||
#endif
|
||||
|
||||
TestVideoCaptureCallback capture_observer2;
|
||||
@ -331,7 +331,7 @@ TEST_F(VideoCaptureTest, TestTwoCameras) {
|
||||
capture_observer2.capability.width = kTestWidth;
|
||||
capture_observer2.capability.height = kTestHeight;
|
||||
capture_observer2.capability.maxFPS = kTestFramerate;
|
||||
capture_observer2.capability.rawType = kVideoUnknown;
|
||||
capture_observer2.capability.rawType = webrtc::kVideoUnknown;
|
||||
#endif
|
||||
|
||||
StartCapture(module1.get(), capture_observer1.capability);
|
||||
|
Loading…
x
Reference in New Issue
Block a user