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

Unified Diff: talk/media/base/rtpdataengine.cc

Issue 1363573002: Wire up transport sequence number / send time callbacks to webrtc via libjingle. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing updated_options Created 5 years, 2 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: talk/media/base/rtpdataengine.cc
diff --git a/talk/media/base/rtpdataengine.cc b/talk/media/base/rtpdataengine.cc
index b2b84b965f13639a07284558578a4f3caf590c59..9b26280560477c4bc07fbef8ccee43ed7eb9e717 100644
--- a/talk/media/base/rtpdataengine.cc
+++ b/talk/media/base/rtpdataengine.cc
@@ -359,7 +359,7 @@ bool RtpDataMediaChannel::SendData(
<< ", timestamp=" << header.timestamp
<< ", len=" << payload.size();
- MediaChannel::SendPacket(&packet);
+ MediaChannel::SendPacket(&packet, rtc::PacketOptions());
send_limiter_->Use(packet_len, now);
if (result) {
*result = SDR_SUCCESS;
« no previous file with comments | « talk/media/base/mediachannel.h ('k') | talk/media/sctp/sctpdataengine.cc » ('j') | webrtc/call.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698