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

Issue 1335353005: Remove channel ids from various interfaces. (Closed)

Created:
5 years, 3 months ago by pbos-webrtc
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, andresp, hlundin-webrtc, perkj_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove channel ids from various interfaces. Starts by removing channel/engine id from ViEChannel which propagates down to the RTP/RTCP module as well as the transport class. IncomingVideoStream::RenderFrame() is untouched for now but receives a fake id instead of the previous channel id. Added a TODO to remove it later but the RenderFrame call is implemented in a lot of platform-dependent files and should probably remove the "manager" aspect of renderers, so preferring to do it separately BUG=webrtc:1695 R=henrika@webrtc.org, mflodman@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/ac547a653862744d0aae560713f8418ad2852085

Patch Set 1 #

Patch Set 2 : LoopBackTransport SSRC demuxing. #

Total comments: 1

Patch Set 3 : 0xFF.. id and adding back deleted files #

Total comments: 1

Patch Set 4 : video_frame typo #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -431 lines) Patch
M talk/media/webrtc/webrtcvoiceengine.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/common_types.h View 1 chunk +7 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_receiver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h View 4 chunks +9 lines, -18 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 1 2 3 4 6 chunks +4 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc View 2 chunks +5 lines, -12 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 2 chunks +1 line, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 2 3 4 3 chunks +6 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h View 3 chunks +1 line, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc View 2 chunks +7 lines, -12 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h View 2 chunks +1 line, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc View 9 chunks +25 lines, -26 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h View 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 3 chunks +4 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 2 chunks +1 line, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 3 chunks +3 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h View 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc View 2 chunks +25 lines, -28 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 8 chunks +20 lines, -22 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc View 4 chunks +3 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 5 chunks +4 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc View 6 chunks +3 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/main/test/rtp_player.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/test/channel_transport/udp_transport_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/test/channel_transport/udp_transport_impl.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M webrtc/test/mock_transport.h View 1 chunk +2 lines, -4 lines 0 comments Download
M webrtc/video/rtc_event_log_unittest.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/video/transport_adapter.h View 1 chunk +2 lines, -4 lines 0 comments Download
M webrtc/video/transport_adapter.cc View 1 2 3 4 2 chunks +2 lines, -6 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 3 4 5 chunks +7 lines, -7 lines 0 comments Download
M webrtc/video_engine/vie_channel.h View 1 2 4 chunks +8 lines, -18 lines 0 comments Download
M webrtc/video_engine/vie_channel.cc View 1 2 3 4 9 chunks +8 lines, -22 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.h View 2 chunks +0 lines, -3 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.cc View 1 2 3 4 3 chunks +3 lines, -6 lines 0 comments Download
M webrtc/video_engine/vie_receiver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_receiver.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 chunk +6 lines, -8 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 9 chunks +24 lines, -49 lines 0 comments Download
M webrtc/voice_engine/mock/mock_transport.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.h View 2 chunks +5 lines, -10 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fakes/conference_transport.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h View 1 5 chunks +38 lines, -15 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/mixing_test.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (5 generated)
pbos-webrtc
LoopBackTransport SSRC demuxing.
5 years, 3 months ago (2015-09-15 15:10:30 UTC) #1
pbos-webrtc
PTAL: henrika@ for voice_engine things. stefan@ for rtp_rtcp, video, video_engine, test and talk/. mflodman@ for ...
5 years, 3 months ago (2015-09-15 15:12:06 UTC) #3
pbos-webrtc
On 2015/09/15 15:12:06, pbos-webrtc wrote: > PTAL: > > henrika@ for voice_engine things. > stefan@ ...
5 years, 3 months ago (2015-09-15 15:14:55 UTC) #4
henrika_webrtc
LGTM FYI; it is not obvious how this issue is linked to the attached bug ...
5 years, 3 months ago (2015-09-16 11:34:50 UTC) #5
pbos-webrtc
On 2015/09/16 11:34:50, henrika_webrtc wrote: > LGTM > > FYI; it is not obvious how ...
5 years, 3 months ago (2015-09-16 11:37:14 UTC) #6
mflodman
It would be good with an updated description, saying what you are modifying, what is ...
5 years, 3 months ago (2015-09-17 05:36:54 UTC) #7
mflodman
On 2015/09/17 05:36:54, mflodman wrote: > It would be good with an updated description, saying ...
5 years, 3 months ago (2015-09-17 05:37:48 UTC) #8
pbos-webrtc
0xFF.. id and adding back deleted files
5 years, 3 months ago (2015-09-17 06:18:07 UTC) #9
pbos-webrtc
PTAL, split off file removal into https://codereview.webrtc.org/1343393003/ Removing stefan@ as reviewer since you're covering this ...
5 years, 3 months ago (2015-09-17 06:26:02 UTC) #11
pbos-webrtc
video_frame typo
5 years, 3 months ago (2015-09-17 06:27:24 UTC) #12
mflodman
LGTM, when it builds again :) https://codereview.webrtc.org/1335353005/diff/40001/webrtc/video_engine/vie_channel.cc File webrtc/video_engine/vie_channel.cc (right): https://codereview.webrtc.org/1335353005/diff/40001/webrtc/video_engine/vie_channel.cc#newcode1025 webrtc/video_engine/vie_channel.cc:1025: incoming_video_stream_->RenderFrame(0xFFFFFFFF, video_Frame); This ...
5 years, 3 months ago (2015-09-17 07:18:00 UTC) #13
mflodman
On 2015/09/17 07:18:00, mflodman wrote: > LGTM, when it builds again :) > > https://codereview.webrtc.org/1335353005/diff/40001/webrtc/video_engine/vie_channel.cc ...
5 years, 3 months ago (2015-09-17 07:18:35 UTC) #14
pbos-webrtc
rebase
5 years, 3 months ago (2015-09-17 11:55:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1335353005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1335353005/80001
5 years, 3 months ago (2015-09-17 11:56:23 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_arm64_rel on ...
5 years, 3 months ago (2015-09-17 13:56:45 UTC) #20
pbos-webrtc
Committed patchset #5 (id:80001) manually as ac547a653862744d0aae560713f8418ad2852085 (presubmit successful).
5 years, 3 months ago (2015-09-17 21:06:11 UTC) #21
commit-bot: I haz the power
5 years, 3 months ago (2015-09-17 21:06:12 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ac547a653862744d0aae560713f8418ad2852085
Cr-Commit-Position: refs/heads/master@{#9978}

Powered by Google App Engine
This is Rietveld 408576698