Let ViEEncoder express resolution requests as Sinkwants.

This removes the VideoSendStream::LoadObserver interface and the implementation in WebrtcVideoSendStream and replace it with VideoSinkWants through the VideoSourceInterface.

To do that that, some stats for CPU adaptation is moved into VideoSendStream. Also handling of the CVO rtp header extension is moved to VideoSendStreamImpl.

BUG=webrtc:5687
TBR=mflodman@webrtc.org

Review-Url: https://codereview.webrtc.org/2304363002
Cr-Commit-Position: refs/heads/master@{#14877}
This commit is contained in:
perkj
2016-11-01 11:45:46 -07:00
committed by Commit bot
parent b1ed609901
commit 803d97f159
31 changed files with 967 additions and 513 deletions

View File

@ -14,5 +14,6 @@ namespace test {
extern const int kTOffsetExtensionId;
extern const int kAbsSendTimeExtensionId;
extern const int kTransportSequenceNumberExtensionId;
extern const int kVideoRotationExtensionId;
} // namespace test
} // namespace webrtc