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

Issue 122383002: [WIP][PPAPI] Implement MediaStreamVideoTrackResource. (Closed)

Created:
6 years, 11 months ago by Peng
Modified:
6 years, 11 months ago
Reviewers:
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@io_stream_cl
Visibility:
Public.

Description

[WIP][PPAPI] Implement MediaStreamVideoTrackResource. BUG=330851

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : Update #

Patch Set 4 : Update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1036 lines, -187 lines) Patch
M chrome/browser/component_updater/ppapi_utils.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_media_stream_video_track_host.h View 1 chunk +69 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_media_stream_video_track_host.cc View 1 2 3 1 chunk +131 lines, -0 lines 0 comments Download
M content/renderer/pepper/plugin_module.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/pepper/resource_converter.cc View 6 chunks +53 lines, -5 lines 0 comments Download
A + ppapi/examples/media_stream_video/media_stream_video.cc View 1 14 chunks +63 lines, -180 lines 0 comments Download
A ppapi/examples/media_stream_video/media_stream_video.html View 1 chunk +75 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 3 chunks +5 lines, -0 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/proxy/media_stream_video_track_resource.h View 1 chunk +67 lines, -0 lines 0 comments Download
A ppapi/proxy/media_stream_video_track_resource.cc View 1 chunk +118 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_var_tracker.cc View 3 chunks +19 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A ppapi/proxy/video_frame_resource.h View 1 chunk +53 lines, -0 lines 0 comments Download
A ppapi/proxy/video_frame_resource.cc View 1 chunk +80 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/shared_impl/video_frame.h View 1 chunk +24 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_media_stream_video_track_api.h View 1 chunk +34 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_media_stream_video_track_thunk.cc View 1 chunk +96 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_video_frame_api.h View 1 chunk +29 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_video_frame_thunk.cc View 1 chunk +88 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698