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

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

Issue 2052233002: Enable passing receive stream ID to the decoder factory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: pthatcher1's solution implemented Created 4 years, 6 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/webrtcvideoengine2.h
diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h
index 4c402d4256f1879763267283b1f090e857ac21ff..e11f3c84f2ada9735ead085c186e3f3216d71690 100644
--- a/webrtc/media/engine/webrtcvideoengine2.h
+++ b/webrtc/media/engine/webrtcvideoengine2.h
@@ -473,6 +473,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport {
std::string GetCodecNameFromPayloadType(int payload_type);
webrtc::Call* const call_;
+ const std::string receive_stream_id_;
pthatcher1 2016/06/15 19:40:00 This should just be "id_".
const std::vector<uint32_t> ssrcs_;
const std::vector<SsrcGroup> ssrc_groups_;

Powered by Google App Engine
This is Rietveld 408576698