commit | 977b3351b9aa9cdcef9113f018d87f2981cbf475 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Mar 04 17:43:34 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 05 10:49:46 2019 +0000 |
tree | 8615e3818ebbc993509215601ff4075709c2837e | |
parent | f23f1619501ab2a8f3b09d32071aec7baa75c1c6 [diff] [blame] |
Injecting Clock into audio streams. Bug: webrtc:10365 Change-Id: Ia47fd806b84d94fd90b734c87c5e338e36fb695a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125191 Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26969}
diff --git a/audio/channel_receive.h b/audio/channel_receive.h index 28c7c06..b3e4f9c 100644 --- a/audio/channel_receive.h +++ b/audio/channel_receive.h
@@ -136,6 +136,7 @@ }; std::unique_ptr<ChannelReceiveInterface> CreateChannelReceive( + Clock* clock, ProcessThread* module_process_thread, AudioDeviceModule* audio_device_module, MediaTransportInterface* media_transport,