Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: webrtc/media/engine/fakewebrtccall.h

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/media/engine/fakewebrtccall.h
diff --git a/webrtc/media/engine/fakewebrtccall.h b/webrtc/media/engine/fakewebrtccall.h
index 1ddf95ae15c0487c7c6eb5d1f61e5b9d8ffb233e..f9bf070a1508d98e61a68be2c4ef901183a238d7 100644
--- a/webrtc/media/engine/fakewebrtccall.h
+++ b/webrtc/media/engine/fakewebrtccall.h
@@ -256,6 +256,8 @@ class FakeCall final : public webrtc::Call, public webrtc::PacketReceiver {
void SetStats(const webrtc::Call::Stats& stats);
private:
+ void SetVideoReceiveRtpHeaderExtensions(
+ const std::vector<webrtc::RtpExtension>& extensions) override;
webrtc::AudioSendStream* CreateAudioSendStream(
const webrtc::AudioSendStream::Config& config) override;
void DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) override;

Powered by Google App Engine
This is Rietveld 408576698