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

Issue 1647103002: Rebased changes to apply VideoOptions per stream. (Closed)

Created:
4 years, 10 months ago by nisse-webrtc
Modified:
4 years, 9 months ago
Reviewers:
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

Rebased changes to apply VideoOptions per stream. This is work in progress, attempting to rebase the changes in https://codereview.webrtc.org/1608793004/ on top of recent changes to SetSendParameters. BUG=webrtc:5438

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -26 lines) Patch
M talk/media/base/mediachannel.h View 1 chunk +1 line, -0 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.h View 5 chunks +3 lines, -4 lines 0 comments Download
M talk/media/webrtc/webrtcvideoengine2.cc View 15 chunks +100 lines, -22 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
nisse-webrtc
I think I need a little help to get this right, it's not entirely clear ...
4 years, 10 months ago (2016-01-29 10:27:03 UTC) #2
pbos-webrtc
On 2016/01/29 10:27:03, nisse-webrtc wrote: > I think I need a little help to get ...
4 years, 10 months ago (2016-01-29 10:31:37 UTC) #3
pbos-webrtc
4 years, 10 months ago (2016-01-29 10:32:21 UTC) #4
On 2016/01/29 10:31:37, pbos-webrtc wrote:
> On 2016/01/29 10:27:03, nisse-webrtc wrote:
> > I think I need a little help to get this right, it's not entirely clear to
me
> > how SetSendParameters is intended to work.
> > 
> > The current code fails two tests,
> > 
> >   WebRtcVideoChannel2Test.DoesNotAdaptOnOveruseWhenDisabled
> >   WebRtcVideoChannel2Test.TestSetDscpOptions
> > 
> > I'm thinking that maybe it's best to do the refactoring to take out
> > construction-time options first, and then get back to these changes.
> 
> I think so too, both of these should be construction time and not inside
> VideoOptions imo.

As well as the disable_prerender_smoothing or whatever that one was called, e.g.
anything from RTCConfiguration should be const on construction I think.

Powered by Google App Engine
This is Rietveld 408576698