summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/rtp_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/rtp_writer.cc')
-rw-r--r--remoting/protocol/rtp_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/rtp_writer.cc b/remoting/protocol/rtp_writer.cc
index 7341741..e26bdb7 100644
--- a/remoting/protocol/rtp_writer.cc
+++ b/remoting/protocol/rtp_writer.cc
@@ -69,7 +69,7 @@ void RtpWriter::SendPacket(uint32 timestamp, bool marker,
payload_size);
// And write the packet.
- buffered_rtp_writer_->Write(buffer);
+ buffered_rtp_writer_->Write(buffer, NULL);
}
int RtpWriter::GetPendingPackets() {