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

Issue 1211973012: [Experimental] MediaStreamRecorder playground (Closed)

Created:
5 years, 5 months ago by mcasas
Modified:
5 years, 3 months ago
Reviewers:
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Experimental] MediaStreamRecorder playground Experimental. This CL is used as a backup. To be used for MediaStream Recording API, see bug and/or DD https://goo.gl/kreaQj Needs http://crrev.com/1227153002 patched in. BUG=262211

Patch Set 1 #

Patch Set 2 : ffmpeg_muxer #

Patch Set 3 : Removed FFmpegMuxer, using instead libwebm::IMkvMuxer, which is partially added #

Unified diffs Side-by-side diffs Delta from patch set Stats (+652 lines, -1 line) Patch
M content/child/runtime_features.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/DEPS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/media/media_recorder_handler.h View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A content/renderer/media/media_recorder_handler.cc View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
M content/renderer/media/media_stream_renderer_factory_impl.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/media/media_stream_renderer_factory_impl.cc View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
A content/renderer/media/video_track_recorder.h View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A content/renderer/media/video_track_recorder.cc View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M media/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A media/filters/webm_muxer.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A media/filters/webm_muxer.cc View 1 2 1 chunk +118 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 chunks +4 lines, -1 line 0 comments Download
A third_party/libwebm/libwebm.gyp View 1 2 1 chunk +20 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698