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

Issue 9416087: Add texture target field to video frame (for use by native textures). (Closed)

Created:
8 years, 10 months ago by no sievers
Modified:
8 years, 10 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, darin-cc_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org, jamesr
Visibility:
Public.

Description

Add texture target field to video frame (for use by native textures). To be used by https://bugs.webkit.org/show_bug.cgi?id=78398. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123255

Patch Set 1 #

Total comments: 2

Patch Set 2 : Pass through tex target from higher above (texture creation time) #

Total comments: 1

Patch Set 3 : GL_TEXTURE_2D -> *texture_target #

Patch Set 4 : (c) 2011 -> (c) 2012 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -17 lines) Patch
M content/renderer/media/renderer_gpu_video_decoder_factories.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_decoder_factories.cc View 1 2 2 chunks +12 lines, -9 lines 0 comments Download
M media/base/video_frame.h View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
M media/base/video_frame.cc View 1 2 4 chunks +9 lines, -1 line 0 comments Download
M media/filters/gpu_video_decoder.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M media/filters/gpu_video_decoder.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M webkit/media/webvideoframe_impl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/media/webvideoframe_impl.cc View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
no sievers
Is it ok to include GL/Gl.h in media/base/video_frame.cc?
8 years, 10 months ago (2012-02-22 03:43:02 UTC) #1
Ami GONE FROM CHROMIUM
I like where this is heading! (also, I wonder whether switching the existing uses of ...
8 years, 10 months ago (2012-02-22 04:51:00 UTC) #2
no sievers
On 2012/02/22 04:51:00, Ami Fischman wrote: > I like where this is heading! > > ...
8 years, 10 months ago (2012-02-22 20:05:05 UTC) #3
no sievers
Also see http://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external.txt for more detail. On 2012/02/22 20:05:05, Daniel Sievers wrote: > On 2012/02/22 ...
8 years, 10 months ago (2012-02-22 20:06:10 UTC) #4
Ami GONE FROM CHROMIUM
lgtm http://codereview.chromium.org/9416087/diff/3001/content/renderer/media/renderer_gpu_video_decoder_factories.cc File content/renderer/media/renderer_gpu_video_decoder_factories.cc (right): http://codereview.chromium.org/9416087/diff/3001/content/renderer/media/renderer_gpu_video_decoder_factories.cc#newcode78 content/renderer/media/renderer_gpu_video_decoder_factories.cc:78: gles2->BindTexture(GL_TEXTURE_2D, texture_id); Could as well replace all the ...
8 years, 10 months ago (2012-02-22 23:44:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sievers@chromium.org/9416087/10001
8 years, 10 months ago (2012-02-22 23:50:51 UTC) #6
commit-bot: I haz the power
Try job failure for 9416087-10001 (retry) (retry) (retry) on win_rel for step "ui_tests". It's a ...
8 years, 10 months ago (2012-02-23 05:20:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sievers@chromium.org/9416087/10001
8 years, 10 months ago (2012-02-23 06:03:32 UTC) #8
commit-bot: I haz the power
8 years, 10 months ago (2012-02-23 08:29:23 UTC) #9
Try job failure for 9416087-10001 (retry) on win_rel for step "ui_tests".
It's a second try, previously, step "ui_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698