From 0f6269017807c4c08da503a7b56e1eef622cfa28 Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Wed, 4 Sep 2013 07:47:39 +0000 Subject: Revert 4671 "Enable SetInitialPlayoutDelay on Android." Tests enabled in r4671 failed: build.chromium.org/p/client.webrtc/builders/Android%20Tests/builds/31/steps/slave_steps/logs/stdio > Enable SetInitialPlayoutDelay on Android. > > Background: > In Chrome mirroring which uses 500ms buffering mode, > audio video mismatch happens in the begining because of the lack of the api. > > BUG=b/10538425 > TEST=pass 'git try' except tests which is aleady broken in the bot. pass 'build/android/test_runner.py gtest -s modules_tests --verbose --release -f *InitialPlayoutDelayTest*' > R=henrika@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/2144004 TBR=dwkang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2160006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4672 4adac7df-926f-26a2-2b94-8c16560cd09d --- voice_engine/voe_video_sync_impl.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'voice_engine/voe_video_sync_impl.cc') diff --git a/voice_engine/voe_video_sync_impl.cc b/voice_engine/voe_video_sync_impl.cc index 4645e252..cd377eb8 100644 --- a/voice_engine/voe_video_sync_impl.cc +++ b/voice_engine/voe_video_sync_impl.cc @@ -145,6 +145,7 @@ int VoEVideoSyncImpl::SetInitialPlayoutDelay(int channel, int delay_ms) WEBRTC_TRACE(kTraceApiCall, kTraceVoice, VoEId(_shared->instance_id(), -1), "SetInitialPlayoutDelay(channel=%d, delay_ms=%d)", channel, delay_ms); + ANDROID_NOT_SUPPORTED(_shared->statistics()); IPHONE_NOT_SUPPORTED(_shared->statistics()); if (!_shared->statistics().Initialized()) -- cgit v1.2.3