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

Issue 1493403003: modules/rtp_rtcp/include folder cleared of lint warnings (Closed)

Created:
5 years ago by danilchap
Modified:
5 years ago
Reviewers:
mflodman
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

modules/rtp_rtcp/include folder cleared of lint warnings Functions that do not follow lint are marked deprecated, including function in the interface. BUG=webrtc:5308 R=mflodman@webrtc.org Committed: https://crrev.com/5c1def8892390a336d1eecd9b61adacece858898 Cr-Commit-Position: refs/heads/master@{#10975}

Patch Set 1 #

Patch Set 2 : webrtc do not use newly depricated functions itself. #

Total comments: 11

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -134 lines) Patch
M webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h View 1 2 3 4 3 chunks +11 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 2 3 4 3 chunks +19 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 7 chunks +36 lines, -60 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc View 1 2 2 chunks +6 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc View 1 2 3 4 6 chunks +17 lines, -23 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 2 chunks +6 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/video/vie_channel.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
danilchap
putting on review (though only one small folder is cleaned) to check if I understand ...
5 years ago (2015-12-04 14:11:22 UTC) #2
pbos-webrtc
On 2015/12/04 14:11:22, danilchap wrote: > putting on review (though only one small folder is ...
5 years ago (2015-12-04 14:14:09 UTC) #3
danilchap
On 2015/12/04 14:14:09, pbos-webrtc wrote: > On 2015/12/04 14:11:22, danilchap wrote: > > putting on ...
5 years ago (2015-12-04 14:43:22 UTC) #4
mflodman
A few minor comments. https://codereview.webrtc.org/1493403003/diff/20001/webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h File webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h (right): https://codereview.webrtc.org/1493403003/diff/20001/webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h#newcode113 webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h:113: // Depricated. Here and elsewhere: ...
5 years ago (2015-12-09 09:19:13 UTC) #5
danilchap
https://codereview.webrtc.org/1493403003/diff/20001/webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h File webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h (right): https://codereview.webrtc.org/1493403003/diff/20001/webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h#newcode113 webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h:113: // Depricated. On 2015/12/09 09:19:13, mflodman wrote: > Here ...
5 years ago (2015-12-09 11:23:37 UTC) #7
mflodman
One comment, then LGTM. https://codereview.webrtc.org/1493403003/diff/20001/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h File webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h (right): https://codereview.webrtc.org/1493403003/diff/20001/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h#newcode230 webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h:230: MOCK_METHOD3(GenericFECStatus, On 2015/12/09 11:23:36, danilchap ...
5 years ago (2015-12-10 08:24:23 UTC) #8
danilchap
https://codereview.webrtc.org/1493403003/diff/40001/webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h File webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h (right): https://codereview.webrtc.org/1493403003/diff/40001/webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h#newcode120 webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h:120: return payload; On 2015/12/10 08:24:23, mflodman wrote: > Here ...
5 years ago (2015-12-10 09:01:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1493403003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1493403003/80001
5 years ago (2015-12-10 13:45:45 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
5 years ago (2015-12-10 15:46:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1493403003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1493403003/80001
5 years ago (2015-12-10 17:48:24 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-12-10 17:52:00 UTC) #18
commit-bot: I haz the power
5 years ago (2015-12-10 17:52:08 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5c1def8892390a336d1eecd9b61adacece858898
Cr-Commit-Position: refs/heads/master@{#10975}

Powered by Google App Engine
This is Rietveld 408576698