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

Issue 172843002: The cricket::VideoCapturer on longer makes a copy of the frame from the camera. As a result we can'… (Closed)

Created:
6 years, 10 months ago by Ronghua Wu (Left Chromium)
Modified:
6 years, 10 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

The cricket::VideoCapturer no longer makes a copy of the frame from the camera. As a result we can't just do a shallow copy as the underlying buffer maybe invalid after the function returns. Instead we now have to make a copy in video_source_handler before return. TEST=updated unit test BUG=344957 R=perkj@chromium.org, wjia@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252129

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -16 lines) Patch
M content/renderer/media/video_source_handler.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M content/renderer/media/video_source_handler_unittest.cc View 2 chunks +45 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ronghua Wu (Left Chromium)
6 years, 10 months ago (2014-02-19 19:51:27 UTC) #1
perkj_chrome
lgtm
6 years, 10 months ago (2014-02-19 19:55:38 UTC) #2
Ronghua Wu (Left Chromium)
6 years, 10 months ago (2014-02-19 23:32:59 UTC) #3
wjia(left Chromium)
owner stamp lgtm.
6 years, 10 months ago (2014-02-19 23:54:52 UTC) #4
Ronghua Wu (Left Chromium)
6 years, 10 months ago (2014-02-20 00:02:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r252129 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698