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

Issue 1701683002: Move back receiver VCM into ViEChannel. (Closed)

Created:
4 years, 10 months ago by pbos-webrtc
Modified:
4 years, 10 months ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, andresp, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move back receiver VCM into ViEChannel. Contains callbacks to ViEChannel and must expire before it. There are currently use-after-frees on ViEChannel or related objects. BUG=webrtc:5494 R=danilchap@webrtc.org

Patch Set 1 #

Total comments: 8

Patch Set 2 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -29 lines) Patch
M webrtc/video/video_receive_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 6 chunks +11 lines, -9 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/video/vie_channel.h View 1 4 chunks +3 lines, -3 lines 0 comments Download
M webrtc/video/vie_channel.cc View 1 5 chunks +11 lines, -14 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
pbos-webrtc
PTAL
4 years, 10 months ago (2016-02-15 11:08:28 UTC) #3
danilchap
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (left): https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_stream.cc#oldcode380 webrtc/video/video_receive_stream.cc:380: // TODO(pbos): Wire up config_.render->IsTextureSupported() and convert if not ...
4 years, 10 months ago (2016-02-15 12:25:09 UTC) #5
pbos-webrtc
feedback
4 years, 10 months ago (2016-02-15 13:04:23 UTC) #6
pbos-webrtc
PTAL https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (left): https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_stream.cc#oldcode380 webrtc/video/video_receive_stream.cc:380: // TODO(pbos): Wire up config_.render->IsTextureSupported() and convert if ...
4 years, 10 months ago (2016-02-15 13:04:24 UTC) #7
pbos-webrtc
4 years, 10 months ago (2016-02-15 16:53:37 UTC) #8
Message was sent while issue was closed.
On 2016/02/15 13:04:24, pbos-webrtc wrote:
> PTAL
> 
>
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_st...
> File webrtc/video/video_receive_stream.cc (left):
> 
>
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_st...
> webrtc/video/video_receive_stream.cc:380: // TODO(pbos): Wire up
> config_.render->IsTextureSupported() and convert if not
> On 2016/02/15 12:25:09, danilchap wrote:
> > is it related to this change or rogue cleanup?
> 
> Rogue, added years ago I think.
> 
>
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_st...
> File webrtc/video/video_receive_stream.cc (right):
> 
>
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/video_receive_st...
> webrtc/video/video_receive_stream.cc:304:
process_thread_->RegisterModule(vcm_);
> On 2016/02/15 12:25:09, danilchap wrote:
> > Looks strange that a non-owner object configure and register vcm. Can you
put
> > comment why it is done that way?
> 
> Done.
> 
> https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/vie_channel.cc
> File webrtc/video/vie_channel.cc (right):
> 
>
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/vie_channel.cc#n...
> webrtc/video/vie_channel.cc:164: if (vcm_->RegisterReceiveCallback(this) != 0)
{
> On 2016/02/15 12:25:09, danilchap wrote:
> > Can it make sense to join this callbacks initialization with callbacks in
> > VideoReceiveStream to keep all initialization of vcm_ in one place?
> 
> Done.
> 
> https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/vie_channel.h
> File webrtc/video/vie_channel.h (right):
> 
>
https://codereview.webrtc.org/1701683002/diff/1/webrtc/video/vie_channel.h#ne...
> webrtc/video/vie_channel.h:360: const rtc::scoped_ptr<VideoCodingModule> vcm_;
> On 2016/02/15 12:25:09, danilchap wrote:
> > std::unique_ptr instead of rtc::scoped_ptr is now allowed.
> 
> Will replace them all when they've been used more elsewhere, so keeping
> scoped_ptr for consistency.

Submitted https://codereview.webrtc.org/1699893002/ instead.

Powered by Google App Engine
This is Rietveld 408576698