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

Issue 12385073: Add interface implementations for WebVideoFrameImpl to give the exact video Format, textureId and t… (Closed)

Created:
7 years, 9 months ago by Jun Jiang
Modified:
7 years, 9 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org, jamesr, scherkus (not reviewing)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add interface implementations for WebVideoFrameImpl to give the exact video Format, textureId and texture Target. Signed-off-by: Jun Jiang <jun.a.jiang@intel.com>; BUG=179754

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1 line) Patch
M webkit/media/webvideoframe_impl.h View 1 chunk +3 lines, -1 line 2 comments Download
M webkit/media/webvideoframe_impl.cc View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jun Jiang
This patch for http://code.google.com/p/chromium/issues/detail?id=179754 is expected to work together with that for https://bugs.webkit.org/show_bug.cgi?id=111126 to improve ...
7 years, 9 months ago (2013-03-04 04:52:46 UTC) #1
danakj
https://codereview.chromium.org/12385073/diff/1/webkit/media/webvideoframe_impl.h File webkit/media/webvideoframe_impl.h (right): https://codereview.chromium.org/12385073/diff/1/webkit/media/webvideoframe_impl.h#newcode22 webkit/media/webvideoframe_impl.h:22: virtual WebKit::WebVideoFrame::Format format() const; Why can't you use the ...
7 years, 9 months ago (2013-03-04 15:57:50 UTC) #2
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/12385073/diff/1/webkit/media/webvideoframe_impl.h File webkit/media/webvideoframe_impl.h (right): https://codereview.chromium.org/12385073/diff/1/webkit/media/webvideoframe_impl.h#newcode22 webkit/media/webvideoframe_impl.h:22: virtual WebKit::WebVideoFrame::Format format() const; On 2013/03/04 15:57:50, danakj wrote: ...
7 years, 9 months ago (2013-03-05 00:48:39 UTC) #3
Jun Jiang
On 2013/03/05 00:48:39, kbr wrote: > https://codereview.chromium.org/12385073/diff/1/webkit/media/webvideoframe_impl.h > File webkit/media/webvideoframe_impl.h (right): > > https://codereview.chromium.org/12385073/diff/1/webkit/media/webvideoframe_impl.h#newcode22 > ...
7 years, 9 months ago (2013-03-05 01:54:44 UTC) #4
Jun Jiang
7 years, 9 months ago (2013-03-06 14:33:14 UTC) #5
In WebKit, media::VideoFrame is not accessible and WebVideoFrame would be
dropped in the future. The lifetime of VideoFrame is controlled either using a
scoped_refptr<media::VideoFrame> or in the WebMediaPlayerImp itself. The only
feasible method in WebKit is to let Chromium side to take charge of it.

I had make a mistake and a new code review is created at
https://codereview.chromium.org/12412007/. Please review
https://codereview.chromium.org/12412007/ instead.

Powered by Google App Engine
This is Rietveld 408576698