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

Issue 2913143003: New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. (Closed)

Created:
3 years, 6 months ago by nisse-webrtc
Modified:
3 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), Andrew MacDonald, zhengzhonghou_agora.io, henrika_webrtc, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun, AleBzk, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. BUG=webrtc:7135 TBR=sprang@webrtc.org Review-Url: https://codereview.webrtc.org/2913143003 Cr-Commit-Position: refs/heads/master@{#18371} Committed: https://chromium.googlesource.com/external/webrtc/+/d76b7b294a9c36e1f2f827913452842fdcaa62cf

Patch Set 1 #

Total comments: 4

Patch Set 2 : New header file rtp_packet_sink_interface.h. #

Total comments: 5

Patch Set 3 : Forward declare RtpPacketSinkInterface. #

Patch Set 4 : Rebase, needed additional include in unit test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -23 lines) Patch
M webrtc/audio/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_receive_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/BUILD.gn View 1 2 3 4 chunks +42 lines, -7 lines 0 comments Download
M webrtc/call/flexfec_receive_stream_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/rtp_demuxer.h View 1 2 1 chunk +1 line, -7 lines 0 comments Download
M webrtc/call/rtp_demuxer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/call/rtp_demuxer_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/call/rtp_packet_sink_interface.h View 1 1 chunk +26 lines, -0 lines 0 comments Download
M webrtc/call/rtx_receive_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 37 (20 generated)
nisse-webrtc
PTAL. This moves the code related to RtpTransportController out from call:call into separate gn targets. ...
3 years, 6 months ago (2017-05-31 11:45:21 UTC) #2
danilchap
lgtm https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn File webrtc/call/BUILD.gn (right): https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn#newcode52 webrtc/call/BUILD.gn:52: ":rtp_interfaces", is this dependency needed?
3 years, 6 months ago (2017-05-31 11:56:59 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn File webrtc/call/BUILD.gn (right): https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn#newcode52 webrtc/call/BUILD.gn:52: ":rtp_interfaces", On 2017/05/31 11:56:59, danilchap wrote: > is this ...
3 years, 6 months ago (2017-05-31 12:01:09 UTC) #4
danilchap
On 2017/05/31 12:01:09, nisse-webrtc wrote: > https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn > File webrtc/call/BUILD.gn (right): > > https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn#newcode52 > ...
3 years, 6 months ago (2017-05-31 12:08:58 UTC) #5
the sun
https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn File webrtc/call/BUILD.gn (right): https://codereview.webrtc.org/2913143003/diff/1/webrtc/call/BUILD.gn#newcode46 webrtc/call/BUILD.gn:46: "rtp_demuxer.cc", It seems rtp_demuxer should be split so that ...
3 years, 6 months ago (2017-05-31 13:06:29 UTC) #6
nisse-webrtc
It would be nice if reviewers can get to an agreement on the appropriate number ...
3 years, 6 months ago (2017-05-31 13:16:50 UTC) #7
danilchap
On 2017/05/31 13:16:50, nisse-webrtc wrote: > It would be nice if reviewers can get to ...
3 years, 6 months ago (2017-05-31 16:09:28 UTC) #8
nisse-webrtc
On 2017/05/31 16:09:28, danilchap wrote: > On 2017/05/31 13:16:50, nisse-webrtc wrote: > > It would ...
3 years, 6 months ago (2017-06-01 06:55:09 UTC) #9
nisse-webrtc
I have now moved the RtpPacketSinkInterface to it's own file, and include that instead of ...
3 years, 6 months ago (2017-06-01 07:15:39 UTC) #10
the sun
lgtm! https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/BUILD.gn File webrtc/call/BUILD.gn (right): https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/BUILD.gn#newcode72 webrtc/call/BUILD.gn:72: "bitrate_allocator.cc", Why isn't bitrate_allocator.h in this target? https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/rtp_demuxer.h ...
3 years, 6 months ago (2017-06-01 07:28:21 UTC) #11
nisse-webrtc
https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/BUILD.gn File webrtc/call/BUILD.gn (right): https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/BUILD.gn#newcode72 webrtc/call/BUILD.gn:72: "bitrate_allocator.cc", On 2017/06/01 07:28:21, the sun wrote: > Why ...
3 years, 6 months ago (2017-06-01 07:48:05 UTC) #12
nisse-webrtc
https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/BUILD.gn File webrtc/call/BUILD.gn (right): https://codereview.webrtc.org/2913143003/diff/20001/webrtc/call/BUILD.gn#newcode72 webrtc/call/BUILD.gn:72: "bitrate_allocator.cc", On 2017/06/01 07:48:05, nisse-webrtc wrote: > On 2017/06/01 ...
3 years, 6 months ago (2017-06-01 09:57:17 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/2913143003/40001
3 years, 6 months ago (2017-06-01 09:57:29 UTC) #16
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/2913143003/60001
3 years, 6 months ago (2017-06-01 10:52:27 UTC) #28
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/17654)
3 years, 6 months ago (2017-06-01 10:56:12 UTC) #30
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/2913143003/60001
3 years, 6 months ago (2017-06-01 11:00:44 UTC) #34
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 11:02:41 UTC) #37
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/d76b7b294a9c36e1f2f827913...

Powered by Google App Engine
This is Rietveld 408576698