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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h

Issue 1623543002: Refactor RtpSender and SSRCDatabase a bit. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove thread checker due to voe::ChannelOwner Created 4 years, 11 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/modules/rtp_rtcp/source/rtp_rtcp_impl.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
index 04e09c12178c6c267c998d1fe73815192b7453af..bd718e335bc1a9a4927d2b88144bc58249a43f66 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
@@ -22,6 +22,7 @@
#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h"
#include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h"
#include "webrtc/modules/rtp_rtcp/source/rtp_sender.h"
+#include "webrtc/modules/rtp_rtcp/source/ssrc_database.h"
#include "webrtc/test/testsupport/gtest_prod_util.h"
namespace webrtc {
@@ -337,6 +338,8 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
// Get remote SequenceNumber.
uint16_t RemoteSequenceNumber() const;
+ SSRCDatabase ssrc_database_;
mflodman 2016/01/25 07:26:19 Drive-by and Stefan might already have commented o
+
RTPSender rtp_sender_;
RTCPSender rtcp_sender_;

Powered by Google App Engine
This is Rietveld 408576698