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

Unified Diff: webrtc/media/base/mediachannel.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/base/mediachannel.h
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
index 6f14b7aa2e5ec95c53d873feb0a6bbbf3ed56d06..e85aa9b8e0eb9a429db7ce3f501819678c2f6b25 100644
--- a/webrtc/media/base/mediachannel.h
+++ b/webrtc/media/base/mediachannel.h
@@ -899,6 +899,8 @@ struct RtpParameters {
}
std::vector<Codec> codecs;
+ // TODO(nisse): Delete, RTP extensions are really per-transport, not
+ // per stream. Now unused for video receive streams.
pthatcher1 2017/04/29 00:25:18 These are not per-stream, these are per-m-line. W
std::vector<webrtc::RtpExtension> extensions;
// TODO(pthatcher): Add streams.
RtcpParameters rtcp;

Powered by Google App Engine
This is Rietveld 408576698