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

Issue 1608793004: Apply VideoOptions per stream. (Closed)

Created:
4 years, 11 months ago by nisse-webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Apply VideoOptions per stream. BUG=webrtc:5438 Committed: https://crrev.com/a293ef0618ea78f063140c9214302c11c30c6283 Cr-Commit-Position: refs/heads/master@{#11656}

Patch Set 1 #

Patch Set 2 : Set default options, in particular, suspend_below_min_bitrate #

Total comments: 1

Patch Set 3 : Fix for WebRtcVideoChannel2Test.UsesCorrectSettingsForScreencast test #

Patch Set 4 : Better handling of unspecified options. #

Patch Set 5 : Fix disable_prerenderer_smoothing setting. Use construction-time VideoOptions as defaults. #

Total comments: 7

Patch Set 6 : Rebase, on top of MediaConfig changes. #

Patch Set 7 : Rebase #

Patch Set 8 : Style improvements. #

Total comments: 4

Patch Set 9 : Use const auto& when assigning find() return value. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -26 lines) Patch
M webrtc/media/engine/webrtcvideoengine2.h View 1 2 3 4 5 6 4 chunks +1 line, -4 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 10 chunks +29 lines, -22 lines 0 comments Download

Messages

Total messages: 48 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/1
4 years, 11 months ago (2016-01-19 12:18:26 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/12167)
4 years, 11 months ago (2016-01-19 12:23:39 UTC) #4
nisse-webrtc
This is a first attempt at fixing the propagation of VideoOptions. Some unclear issues: 1. ...
4 years, 11 months ago (2016-01-19 12:24:41 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/20001
4 years, 11 months ago (2016-01-19 12:46:25 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_asan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/11940)
4 years, 11 months ago (2016-01-19 12:54:46 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/60001
4 years, 11 months ago (2016-01-22 13:50:49 UTC) #12
nisse-webrtc
On 2016/01/19 12:54:46, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 11 months ago (2016-01-22 13:56:12 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-22 16:06:50 UTC) #15
nisse-webrtc
Following pbos' suggestion, I'm trying to eliminate the SetSharedOptions method. I'm collecting creation time options ...
4 years, 10 months ago (2016-01-28 13:52:28 UTC) #16
nisse-webrtc
New version, handling disable_prerenderer_smoothing, and storing the creation-time options. I'm keeping SetSharedOptions for now, because ...
4 years, 10 months ago (2016-01-28 14:23:43 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/80001
4 years, 10 months ago (2016-01-28 14:23:57 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios32_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_dbg/builds/4820) ios64_sim_dbg on ...
4 years, 10 months ago (2016-01-28 14:24:59 UTC) #21
pbos-webrtc
On 2016/01/28 14:24:59, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 10 months ago (2016-01-28 14:45:15 UTC) #22
pbos-webrtc
https://codereview.webrtc.org/1608793004/diff/20001/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1608793004/diff/20001/talk/media/webrtc/webrtcvideoengine2.cc#newcode1105 talk/media/webrtc/webrtcvideoengine2.cc:1105: // TODO(nisse): Used to pass This should be const ...
4 years, 10 months ago (2016-01-28 14:55:45 UTC) #23
pthatcher1
Mostly style things, although I do think we don't need to call SetSharedOptions when SetOptions ...
4 years, 10 months ago (2016-01-28 19:13:29 UTC) #24
pbos-webrtc
https://codereview.webrtc.org/1608793004/diff/80001/talk/media/webrtc/webrtcvideoengine2.cc File talk/media/webrtc/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1608793004/diff/80001/talk/media/webrtc/webrtcvideoengine2.cc#newcode1956 talk/media/webrtc/webrtcvideoengine2.cc:1956: parameters_.config.rtp.rtcp_mode = mode; On 2016/01/28 19:13:28, pthatcher1 wrote: > ...
4 years, 10 months ago (2016-01-28 22:47:36 UTC) #25
nisse-webrtc
Thanks for the feedback. On 2016/01/28 19:13:29, pthatcher1 wrote: > Mostly style things, although I ...
4 years, 10 months ago (2016-01-29 10:33:12 UTC) #26
pbos-webrtc
On 2016/01/29 10:33:12, nisse-webrtc wrote: > Thanks for the feedback. > > On 2016/01/28 19:13:29, ...
4 years, 10 months ago (2016-01-29 10:35:09 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/100001
4 years, 10 months ago (2016-02-12 11:17:09 UTC) #29
nisse-webrtc
After the MediaConfig change was landed, this change is back on track. It looks reasonable ...
4 years, 10 months ago (2016-02-12 11:22:05 UTC) #30
nisse-webrtc
Discussed this with pbos. We think this is the way forward: 1. VideoOptions are always ...
4 years, 10 months ago (2016-02-12 12:40:47 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
4 years, 10 months ago (2016-02-12 13:17:15 UTC) #33
nisse-webrtc
It seems that sorting out VideoSendParameters vs VideoOptions vs StreamOptions is non-trivial... If you think ...
4 years, 10 months ago (2016-02-15 08:14:20 UTC) #34
pthatcher1
lgtm
4 years, 10 months ago (2016-02-17 07:20:35 UTC) #35
pbos-webrtc
lgtm https://codereview.webrtc.org/1608793004/diff/140001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1608793004/diff/140001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1271 webrtc/media/engine/webrtcvideoengine2.cc:1271: auto kv = send_streams_.find(ssrc); auto& kv https://codereview.webrtc.org/1608793004/diff/140001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1370 webrtc/media/engine/webrtcvideoengine2.cc:1370: ...
4 years, 10 months ago (2016-02-17 12:09:47 UTC) #36
nisse-webrtc
https://codereview.webrtc.org/1608793004/diff/140001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/1608793004/diff/140001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1370 webrtc/media/engine/webrtcvideoengine2.cc:1370: auto kv = send_streams_.find(ssrc); On 2016/02/17 12:09:47, pbos-webrtc wrote: ...
4 years, 10 months ago (2016-02-17 12:27:49 UTC) #37
pbos-webrtc
lgtm
4 years, 10 months ago (2016-02-17 12:31:17 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/160001
4 years, 10 months ago (2016-02-17 12:38:43 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: win_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 10 months ago (2016-02-17 14:39:16 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608793004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608793004/160001
4 years, 10 months ago (2016-02-17 15:03:28 UTC) #45
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 10 months ago (2016-02-17 15:25:00 UTC) #46
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 15:25:03 UTC) #48
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/a293ef0618ea78f063140c9214302c11c30c6283
Cr-Commit-Position: refs/heads/master@{#11656}

Powered by Google App Engine
This is Rietveld 408576698