Allow texture copy in SurfaceTextureFrameProvider |
||
Issue descriptionThe SurfaceTextureFrameProvider encapsulates most of the StreamTexture logic present in WMPA, but still has a few differences. This bug tracks the introduction of support for texture copy (which is used in Webview) in the STFP. The relevant line of code in WMPA was: new_frame->metadata()->SetBoolean(media::VideoFrameMetadata::COPY_REQUIRED, enable_texture_copy_);
,
Nov 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f9f2b720abc396410f2d56e53cba025d0b0b0912 commit f9f2b720abc396410f2d56e53cba025d0b0b0912 Author: tguilbert <tguilbert@chromium.org> Date: Tue Nov 08 20:35:02 2016 Enable texture copy for webiew This change adds texture copy scenario for webview, by setting the apropriate metada data flag on the StreamTextureWrapper's frame. BUG= 628066 Review-Url: https://codereview.chromium.org/2480523006 Cr-Commit-Position: refs/heads/master@{#430702} [modify] https://crrev.com/f9f2b720abc396410f2d56e53cba025d0b0b0912/content/renderer/media/android/stream_texture_wrapper_impl.cc [modify] https://crrev.com/f9f2b720abc396410f2d56e53cba025d0b0b0912/content/renderer/media/android/stream_texture_wrapper_impl.h [modify] https://crrev.com/f9f2b720abc396410f2d56e53cba025d0b0b0912/content/renderer/media/android/stream_texture_wrapper_impl_unittest.cc [modify] https://crrev.com/f9f2b720abc396410f2d56e53cba025d0b0b0912/content/renderer/render_frame_impl.cc
,
Nov 8 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by tguilbert@chromium.org
, Oct 28 2016