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

Issue 2697833002: Replace AudioReceiveStream::DeliverRtp with OnRtpPacket. (Closed)

Created:
3 years, 10 months ago by nisse-webrtc
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, henrika_webrtc, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Replace AudioReceiveStream::DeliverRtp with OnRtpPacket. This avoids redoing RTP header parsing already done in Call. BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/2697833002 Cr-Commit-Position: refs/heads/master@{#16750} Committed: https://chromium.googlesource.com/external/webrtc/+/657bab24558648a9851e8b237df6ac245bd02f66

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed gmock issue. #

Total comments: 2

Patch Set 3 : Keep Channel::ReceivedRTPPacket method for the time being. #

Patch Set 4 : Fix return values. #

Patch Set 5 : Another return value fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -41 lines) Patch
M webrtc/audio/audio_receive_stream.h View 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 1 chunk +8 lines, -6 lines 0 comments Download
M webrtc/call/call.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 2 chunks +31 lines, -12 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
nisse-webrtc
PTAL. I have two problems, see comments below. https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream_unittest.cc File webrtc/audio/audio_receive_stream_unittest.cc (right): https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream_unittest.cc#newcode259 webrtc/audio/audio_receive_stream_unittest.cc:259: ReceivedRTPPacket(parsed_packet)) ...
3 years, 10 months ago (2017-02-14 13:33:45 UTC) #2
nisse-webrtc
On 2017/02/14 13:33:45, nisse-webrtc wrote: > PTAL. I have two problems, see comments below. > ...
3 years, 10 months ago (2017-02-14 13:53:51 UTC) #3
the sun
https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream.cc File webrtc/audio/audio_receive_stream.cc (right): https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream.cc#newcode305 webrtc/audio/audio_receive_stream.cc:305: void AudioReceiveStream::OnRtpPacket(const RtpPacketReceived& packet) { RtpPacketReceived is an odd ...
3 years, 10 months ago (2017-02-16 13:47:23 UTC) #4
nisse-webrtc
https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream.cc File webrtc/audio/audio_receive_stream.cc (right): https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream.cc#newcode305 webrtc/audio/audio_receive_stream.cc:305: void AudioReceiveStream::OnRtpPacket(const RtpPacketReceived& packet) { On 2017/02/16 13:47:22, the ...
3 years, 10 months ago (2017-02-16 14:35:05 UTC) #5
the sun
On 2017/02/16 14:35:05, nisse-webrtc wrote: > https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream.cc > File webrtc/audio/audio_receive_stream.cc (right): > > https://codereview.webrtc.org/2697833002/diff/1/webrtc/audio/audio_receive_stream.cc#newcode305 > ...
3 years, 10 months ago (2017-02-16 15:54:00 UTC) #6
nisse-webrtc
On 2017/02/16 15:54:00, the sun wrote: > On 2017/02/16 14:35:05, nisse-webrtc wrote: > > > ...
3 years, 10 months ago (2017-02-17 09:03:17 UTC) #7
the sun
On 2017/02/17 09:03:17, nisse-webrtc wrote: > On 2017/02/16 15:54:00, the sun wrote: > > On ...
3 years, 10 months ago (2017-02-17 11:51:53 UTC) #8
the sun
https://codereview.webrtc.org/2697833002/diff/20001/webrtc/voice_engine/voe_network_impl.cc File webrtc/voice_engine/voe_network_impl.cc (right): https://codereview.webrtc.org/2697833002/diff/20001/webrtc/voice_engine/voe_network_impl.cc#newcode89 webrtc/voice_engine/voe_network_impl.cc:89: // OnRtpPacket. Yes it is going away. Currently we ...
3 years, 10 months ago (2017-02-17 11:52:06 UTC) #9
nisse-webrtc
On 2017/02/17 11:51:53, the sun wrote: > What part of the packet needs to be ...
3 years, 10 months ago (2017-02-17 12:01:40 UTC) #10
nisse-webrtc
https://codereview.webrtc.org/2697833002/diff/20001/webrtc/voice_engine/voe_network_impl.cc File webrtc/voice_engine/voe_network_impl.cc (right): https://codereview.webrtc.org/2697833002/diff/20001/webrtc/voice_engine/voe_network_impl.cc#newcode89 webrtc/voice_engine/voe_network_impl.cc:89: // OnRtpPacket. On 2017/02/17 11:52:06, the sun wrote: > ...
3 years, 10 months ago (2017-02-17 12:17:48 UTC) #11
nisse-webrtc
New version, keeping the old method Channel::ReceivedRTPPacket, and letting both that and OnRtpPacket call a ...
3 years, 10 months ago (2017-02-17 14:06:24 UTC) #12
the sun
On 2017/02/17 14:06:24, nisse-webrtc wrote: > New version, keeping the old method Channel::ReceivedRTPPacket, and letting ...
3 years, 10 months ago (2017-02-17 15:21:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2697833002/80001
3 years, 10 months ago (2017-02-17 15:26:34 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/13634)
3 years, 10 months ago (2017-02-17 15:30:43 UTC) #17
nisse-webrtc
OWNER's approval missing for webrtc/test.
3 years, 10 months ago (2017-02-17 15:53:45 UTC) #19
kjellander_webrtc
On 2017/02/17 15:53:45, nisse-webrtc wrote: > OWNER's approval missing for webrtc/test. webrtc/test: lgtm
3 years, 10 months ago (2017-02-19 08:53:02 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2697833002/80001
3 years, 10 months ago (2017-02-21 12:50:59 UTC) #22
commit-bot: I haz the power
3 years, 10 months ago (2017-02-21 14:28:18 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/657bab24558648a9851e8b237...

Powered by Google App Engine
This is Rietveld 408576698