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

Issue 3013523002: Move StreamConfig into its own file (Closed)

Created:
3 years, 3 months ago by eladalon
Modified:
3 years, 3 months ago
Reviewers:
terelius
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move StreamConfig into its own file Move StreamConfig into its own file, to allow it to be seen from different RtcEvent subclasses (introduces in upcoming CL). BUG=webrtc:8111 Review-Url: https://codereview.webrtc.org/3013523002 Cr-Commit-Position: refs/heads/master@{#19776} Committed: https://chromium.googlesource.com/external/webrtc/+/4bb3b9c6cbc0aafcd7e9c0b385bb33ceda70ee1a

Patch Set 1 #

Patch Set 2 : s/2015/2017 #

Total comments: 6

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 3

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -30 lines) Patch
M webrtc/logging/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -30 lines 0 comments Download
A webrtc/logging/rtc_event_log/rtc_stream_config.h View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
A webrtc/logging/rtc_event_log/rtc_stream_config.cc View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
eladalon
PTAL
3 years, 3 months ago (2017-09-08 12:45:50 UTC) #2
terelius
https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h File webrtc/logging/rtc_event_log/rtc_event_log.h (right): https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h#newcode21 webrtc/logging/rtc_event_log/rtc_event_log.h:21: #include "webrtc/logging/rtc_event_log/rtc_stream_config.h" Do we have to include it here, ...
3 years, 3 months ago (2017-09-08 12:51:50 UTC) #3
eladalon
https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h File webrtc/logging/rtc_event_log/rtc_event_log.h (right): https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h#newcode21 webrtc/logging/rtc_event_log/rtc_event_log.h:21: #include "webrtc/logging/rtc_event_log/rtc_stream_config.h" On 2017/09/08 12:51:50, terelius wrote: > Do ...
3 years, 3 months ago (2017-09-08 13:04:16 UTC) #4
terelius
lgtm with 2 nits https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h File webrtc/logging/rtc_event_log/rtc_event_log.h (right): https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h#newcode21 webrtc/logging/rtc_event_log/rtc_event_log.h:21: #include "webrtc/logging/rtc_event_log/rtc_stream_config.h" On 2017/09/08 13:04:16, ...
3 years, 3 months ago (2017-09-08 13:16:29 UTC) #5
eladalon
https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h File webrtc/logging/rtc_event_log/rtc_event_log.h (right): https://codereview.webrtc.org/3013523002/diff/20001/webrtc/logging/rtc_event_log/rtc_event_log.h#newcode21 webrtc/logging/rtc_event_log/rtc_event_log.h:21: #include "webrtc/logging/rtc_event_log/rtc_stream_config.h" On 2017/09/08 13:16:29, terelius wrote: > On ...
3 years, 3 months ago (2017-09-08 13:19:57 UTC) #6
eladalon
https://codereview.webrtc.org/3013523002/diff/60001/webrtc/logging/rtc_event_log/rtc_event_log.h File webrtc/logging/rtc_event_log/rtc_event_log.h (right): https://codereview.webrtc.org/3013523002/diff/60001/webrtc/logging/rtc_event_log/rtc_event_log.h#newcode19 webrtc/logging/rtc_event_log/rtc_event_log.h:19: #include "webrtc/api/rtpparameters.h" On 2017/09/08 13:19:57, eladalon wrote: > On ...
3 years, 3 months ago (2017-09-08 13:23:52 UTC) #7
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/3013523002/140001
3 years, 3 months ago (2017-09-08 15:22:51 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios_api_framework on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_api_framework/builds/11255)
3 years, 3 months ago (2017-09-08 15:30:31 UTC) #12
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/3013523002/140001
3 years, 3 months ago (2017-09-08 16:00:51 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios_api_framework on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_api_framework/builds/11261)
3 years, 3 months ago (2017-09-08 16:17:54 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/3013523002/140001
3 years, 3 months ago (2017-09-08 17:07:51 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios_api_framework on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_api_framework/builds/11265)
3 years, 3 months ago (2017-09-08 17:21:46 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/3013523002/140001
3 years, 3 months ago (2017-09-11 13:24:16 UTC) #22
commit-bot: I haz the power
3 years, 3 months ago (2017-09-11 14:25:37 UTC) #25
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/4bb3b9c6cbc0aafcd7e9c0b38...

Powered by Google App Engine
This is Rietveld 408576698