Split webrtc/video into webrtc/{audio,call,video}.

Moves audio_receive_stream.{h,cc} into webrtc/audio, and common parts
into webrtc/call, splitting out audio/shared components with separate
OWNERS files.

BUG=webrtc:4690
R=solenberg@webrtc.org, tina.legrand@webrtc.org
TBR=mflodman@webrtc.org

Review URL: https://codereview.webrtc.org/1227923005 .

Cr-Commit-Position: refs/heads/master@{#10073}
This commit is contained in:
Peter Boström
2015-09-25 13:58:30 +02:00
parent 82e20554cb
commit 5c389d3e09
35 changed files with 189 additions and 69 deletions

View File

@ -16,15 +16,15 @@
#include <limits>
#include "webrtc/base/checks.h"
#include "webrtc/call/rtc_event_log.h"
#include "webrtc/modules/audio_coding/neteq/tools/packet.h"
#include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
#include "webrtc/video/rtc_event_log.h"
// Files generated at build-time by the protobuf compiler.
#ifdef WEBRTC_ANDROID_PLATFORM_BUILD
#include "external/webrtc/webrtc/video/rtc_event_log.pb.h"
#include "external/webrtc/webrtc/call/rtc_event_log.pb.h"
#else
#include "webrtc/video/rtc_event_log.pb.h"
#include "webrtc/call/rtc_event_log.pb.h"
#endif
namespace webrtc {