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

Unified Diff: media/base/mediachannel.h

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Crude rebase. Created 3 years, 3 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
« no previous file with comments | « logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | media/engine/fakewebrtccall.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mediachannel.h
diff --git a/media/base/mediachannel.h b/media/base/mediachannel.h
index 103240ec46c71b6de6af0a5dbd3ad13f134ad7fe..ef16a12280a9c76fec8ac459caec57ebd8f1c3be 100644
--- a/media/base/mediachannel.h
+++ b/media/base/mediachannel.h
@@ -928,6 +928,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.
std::vector<webrtc::RtpExtension> extensions;
// TODO(pthatcher): Add streams.
RtcpParameters rtcp;
« no previous file with comments | « logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | media/engine/fakewebrtccall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698