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

Issue 9186022: Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_Dev::EndOfStream (Closed)

Created:
8 years, 11 months ago by Ami GONE FROM CHROMIUM
Modified:
8 years, 11 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, acolwell+watch_chromium.org, annacc+watch_chromium.org, apatrick_chromium, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, vrk (LEFT CHROMIUM), piman+watch_chromium.org, scherkus (not reviewing), ihf+watch_chromium.org, rbultje1
Visibility:
Public.

Description

Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_Dev::EndOfStream Nobody's ever called it and it doesn't make sense given the API: EOS is signalled when no more bits are available to Decode(), via Flush(). BUG=109819 TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117545

Patch Set 1 : . #

Total comments: 2

Patch Set 2 : . #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -104 lines) Patch
M content/common/gpu/gpu_messages.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
M content/renderer/gpu/gpu_video_decode_accelerator_host.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/gpu/gpu_video_decode_accelerator_host.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M content/renderer/pepper_platform_video_decoder_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper_platform_video_decoder_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M media/filters/gpu_video_decoder.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/gpu_video_decoder.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M media/video/video_decode_accelerator.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ppapi/api/dev/ppp_video_decoder_dev.idl View 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/c/dev/ppp_video_decoder_dev.h View 5 chunks +22 lines, -14 lines 0 comments Download
M ppapi/cpp/dev/video_decoder_client_dev.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ppapi/cpp/dev/video_decoder_client_dev.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M ppapi/examples/gles2/gles2.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/proxy/ppp_video_decoder_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/proxy/ppp_video_decoder_proxy.cc View 4 chunks +0 lines, -20 lines 0 comments Download
M ppapi/tests/arch_dependent_sizes_32.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/arch_dependent_sizes_64.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_video_decoder_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_video_decoder_impl.cc View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Ami GONE FROM CHROMIUM
Antoine: please review everything. John: please OWNERS-review for content/common. Thanks!
8 years, 11 months ago (2012-01-11 23:45:24 UTC) #1
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/9186022/diff/23/ppapi/cpp/dev/video_decoder_client_dev.h File ppapi/cpp/dev/video_decoder_client_dev.h (left): http://codereview.chromium.org/9186022/diff/23/ppapi/cpp/dev/video_decoder_client_dev.h#oldcode41 ppapi/cpp/dev/video_decoder_client_dev.h:41: virtual void EndOfStream(PP_Resource decoder) = 0; piman: is this ...
8 years, 11 months ago (2012-01-11 23:50:04 UTC) #2
jam
I'm not familiar with content/common/gpu, so i don't feel qualified to review it
8 years, 11 months ago (2012-01-12 05:20:00 UTC) #3
Ami GONE FROM CHROMIUM
kbr: please OWNERS-review content/common/gpu. Thanks.
8 years, 11 months ago (2012-01-12 17:39:11 UTC) #4
piman
cc:ihf,rbultje this will need a ppapi update in flash for accelerated video decode. http://codereview.chromium.org/9186022/diff/23/ppapi/cpp/dev/video_decoder_client_dev.h File ...
8 years, 11 months ago (2012-01-12 19:44:06 UTC) #5
Ken Russell (switch to Gerrit)
content/common/gpu/ and content/renderer/gpu/ LGTM
8 years, 11 months ago (2012-01-12 19:44:57 UTC) #6
Ami GONE FROM CHROMIUM
On 2012/01/12 19:44:06, piman wrote: > cc:ihf,rbultje this will need a ppapi update in flash ...
8 years, 11 months ago (2012-01-12 20:25:39 UTC) #7
piman
On 2012/01/12 20:25:39, Ami Fischman wrote: > On 2012/01/12 19:44:06, piman wrote: > > cc:ihf,rbultje ...
8 years, 11 months ago (2012-01-12 20:31:50 UTC) #8
piman
lgtm
8 years, 11 months ago (2012-01-12 20:38:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/9186022/2023
8 years, 11 months ago (2012-01-12 20:40:09 UTC) #10
commit-bot: I haz the power
Can't apply patch for file media/filters/gpu_video_decoder.cc. While running patch -p1 --forward --force; patching file media/filters/gpu_video_decoder.cc ...
8 years, 11 months ago (2012-01-12 20:40:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/9186022/7002
8 years, 11 months ago (2012-01-12 20:45:36 UTC) #12
commit-bot: I haz the power
8 years, 11 months ago (2012-01-13 00:02:31 UTC) #13
Change committed as 117545

Powered by Google App Engine
This is Rietveld 408576698