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

Issue 848683003: WebRTC: One WebRTC Video can have both SW and HW VideoFrame. (Closed)

Created:
5 years, 11 months ago by dshwang
Modified:
5 years, 11 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebRTC: One WebRTC Video can have both SW and HW VideoFrame. SkCanvasVideoRenderer assumes that the VideoFrames belonging to one WebRTC video are always either software VideoFrame or hardware VideoFrame. However, it's not true. VideoFrame can be changed each frame. TEST=content_browsertests WebRtcBrowserTest.CallAndVerify* on Nexus5 BUG=448014 Committed: https://crrev.com/8d78aa3cd5d34bb154aa7a832e0be8a6d7397af6 Cr-Commit-Position: refs/heads/master@{#311468}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M media/filters/skcanvas_video_renderer.cc View 2 chunks +10 lines, -2 lines 2 comments Download

Messages

Total messages: 10 (2 generated)
dshwang
@dalecurtis or @xhwang, could you review? @perkj, thx for reporting this bug. It comes out ...
5 years, 11 months ago (2015-01-12 13:50:25 UTC) #2
DaleCurtis
https://codereview.chromium.org/848683003/diff/1/media/filters/skcanvas_video_renderer.cc File media/filters/skcanvas_video_renderer.cc (right): https://codereview.chromium.org/848683003/diff/1/media/filters/skcanvas_video_renderer.cc#newcode449 media/filters/skcanvas_video_renderer.cc:449: accelerated_last_frame_.reset(); Can you explain why you need these conditionals? ...
5 years, 11 months ago (2015-01-12 20:47:01 UTC) #3
dshwang
https://codereview.chromium.org/848683003/diff/1/media/filters/skcanvas_video_renderer.cc File media/filters/skcanvas_video_renderer.cc (right): https://codereview.chromium.org/848683003/diff/1/media/filters/skcanvas_video_renderer.cc#newcode449 media/filters/skcanvas_video_renderer.cc:449: accelerated_last_frame_.reset(); On 2015/01/12 20:47:01, DaleCurtis wrote: > Can you ...
5 years, 11 months ago (2015-01-13 08:38:22 UTC) #4
DaleCurtis
Thanks, looking at the conditionals again I see some may not always be null by ...
5 years, 11 months ago (2015-01-13 17:38:29 UTC) #5
dshwang
On 2015/01/13 17:38:29, DaleCurtis wrote: > Thanks, looking at the conditionals again I see some ...
5 years, 11 months ago (2015-01-14 13:07:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848683003/1
5 years, 11 months ago (2015-01-14 13:08:04 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 11 months ago (2015-01-14 13:42:40 UTC) #9
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 13:43:26 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/8d78aa3cd5d34bb154aa7a832e0be8a6d7397af6
Cr-Commit-Position: refs/heads/master@{#311468}

Powered by Google App Engine
This is Rietveld 408576698