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

Issue 1710713002: Move media/capture/webm_muxer* to media/muxers (Closed)

Created:
4 years, 10 months ago by mcasas
Modified:
4 years, 10 months ago
Reviewers:
DaleCurtis
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move media/capture/webm_muxer* to media/muxers WebmMuxer is used to multiplex incoming encoded video and audio into a webm live stream. It is only used from content's MediaRecorderHandler. This CL moves WebmMuxer to media/muxers where it belongs, since it has nothing to do with capture/; that is made even more relevant in a parallel CL (http://crrev.com/1699553002) that isolates the said media/capture. This CL doesn't modify code (except a minor style reformatting caught by the presubmit). Narrowed some DEPS too. BUG=584797 Committed: https://crrev.com/7db2a519b8121924ae9b86599e493a0fd68ad4ea Cr-Commit-Position: refs/heads/master@{#376243}

Patch Set 1 #

Patch Set 2 : moving webm_muxer* going to media/muxers, cleaning up DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -712 lines) Patch
M content/renderer/media/media_recorder_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M media/BUILD.gn View 1 4 chunks +3 lines, -3 lines 0 comments Download
M media/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
D media/capture/webm_muxer.h View 1 chunk +0 lines, -142 lines 0 comments Download
D media/capture/webm_muxer.cc View 1 chunk +0 lines, -289 lines 0 comments Download
D media/capture/webm_muxer_unittest.cc View 1 chunk +0 lines, -252 lines 0 comments Download
M media/media.gyp View 1 6 chunks +8 lines, -8 lines 0 comments Download
A media/muxers/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A media/muxers/OWNERS View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + media/muxers/webm_muxer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + media/muxers/webm_muxer.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + media/muxers/webm_muxer_unittest.cc View 1 4 chunks +8 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
mcasas
dalecurtis@ Owners RS please.
4 years, 10 months ago (2016-02-18 01:20:56 UTC) #2
DaleCurtis
I'm not sure /filters/ is the right place for this, it only contains demuxers, decoders, ...
4 years, 10 months ago (2016-02-18 01:43:39 UTC) #3
mcasas
On 2016/02/18 01:43:39, DaleCurtis wrote: > I'm not sure /filters/ is the right place for ...
4 years, 10 months ago (2016-02-18 02:04:42 UTC) #4
DaleCurtis
Can this be bundled closer to the MediaRecorder classes then? If we do this you'll ...
4 years, 10 months ago (2016-02-18 04:07:19 UTC) #5
mcasas
On 2016/02/18 04:07:19, DaleCurtis wrote: > Can this be bundled closer to the MediaRecorder classes ...
4 years, 10 months ago (2016-02-18 04:26:36 UTC) #6
DaleCurtis
lgtm
4 years, 10 months ago (2016-02-18 18:52:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710713002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710713002/60001
4 years, 10 months ago (2016-02-18 19:05:53 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 10 months ago (2016-02-18 20:11:46 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 20:13:05 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7db2a519b8121924ae9b86599e493a0fd68ad4ea
Cr-Commit-Position: refs/heads/master@{#376243}

Powered by Google App Engine
This is Rietveld 408576698