Bug 142535 - Rename MediaStreamCenter to RealtimeMediaSourceCenter
Summary: Rename MediaStreamCenter to RealtimeMediaSourceCenter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 143211
  Show dependency treegraph
 
Reported: 2015-03-10 10:27 PDT by Philippe Normand
Modified: 2015-03-29 23:47 PDT (History)
4 users (show)

See Also:


Attachments
patch (44.56 KB, patch)
2015-03-10 11:17 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff
patch (44.82 KB, patch)
2015-03-10 11:23 PDT, Philippe Normand
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2015-03-10 10:27:08 PDT
This is more a manager for RealtimeMediaSources, not MediaStreams per-se.
Comment 1 Philippe Normand 2015-03-10 11:17:42 PDT
Created attachment 248337 [details]
patch

I made very few changes in the GStreamer implementation because I plan
to move it soon anyway along with the OpenWebRTC backend.
Comment 2 WebKit Commit Bot 2015-03-10 11:19:19 PDT
Attachment 248337 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.cpp:35:  You should not add a blank line before implementation file's own header.  [build/include_order] [4]
ERROR: Source/WebCore/Modules/mediastream/MediaStreamTrack.cpp:43:  Alphabetical sorting problem.  [build/include_order] [4]
ERROR: Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.cpp:36:  You should not add a blank line before implementation file's own header.  [build/include_order] [4]
ERROR: Source/WebCore/Modules/mediastream/UserMediaRequest.cpp:46:  Alphabetical sorting problem.  [build/include_order] [4]
ERROR: Source/WebCore/platform/mediastream/mac/RealtimeMediaSourceCenterMac.h:37:  Alphabetical sorting problem.  [build/include_order] [4]
ERROR: Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.cpp:32:  You should not add a blank line before implementation file's own header.  [build/include_order] [4]
Total errors found: 6 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Philippe Normand 2015-03-10 11:23:00 PDT
Created attachment 248338 [details]
patch

Forgot check-webkit-style again :)
Comment 4 Philippe Normand 2015-03-11 01:10:54 PDT
Committed r181371: <http://trac.webkit.org/changeset/181371>