RESOLVED FIXED 146748
Make sure MediaSource engine isn't loaded for interpreting MediaStreams in getUserMedia()
https://bugs.webkit.org/show_bug.cgi?id=146748
Summary Make sure MediaSource engine isn't loaded for interpreting MediaStreams in ge...
Matthew Daiter
Reported 2015-07-08 16:19:38 PDT
MediaSource's AVFObjC engine was previously being loaded for interpreting MediaStreams. Making sure that it doesn't get loaded.
Attachments
Patch (3.72 KB, patch)
2015-07-08 16:28 PDT, Matthew Daiter
no flags
Patch (4.05 KB, patch)
2015-07-08 16:39 PDT, Matthew Daiter
no flags
Patch (4.17 KB, patch)
2015-07-08 16:41 PDT, Matthew Daiter
no flags
Radar WebKit Bug Importer
Comment 1 2015-07-08 16:21:34 PDT
Matthew Daiter
Comment 2 2015-07-08 16:28:16 PDT
Brent Fulgham
Comment 3 2015-07-08 16:32:57 PDT
Comment on attachment 256418 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=256418&action=review Looks good. Please address my concerns and we can get this landed! > Source/WebCore/ChangeLog:8 > + Add a statement like: "Prevent the MediaSource engine from being used to process MediaStreams, since they are not compatible" > Source/WebCore/ChangeLog:10 > + Changed MediaStream to never be loaded Move this explanation down to line 11, where you were saying "Ditto". > Source/WebCore/ChangeLog:11 > + (WebCore::MediaPlayerPrivateAVFoundationObjC::supportsType): Ditto Remove Ditto from this line. > Source/WebCore/ChangeLog:14 > + * platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm: Ditto Remove 'Ditto' from this line. > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h:99 > + virtual void load(MediaStreamPrivate*) override { setNetworkState(MediaPlayer::FormatError); } No need for virtual here. "override" takes care of that. I think you should move this implementation inside of MediaPlayerPrivateMediaSourceAVFObjC.mm.
Matthew Daiter
Comment 4 2015-07-08 16:39:48 PDT
Matthew Daiter
Comment 5 2015-07-08 16:41:31 PDT
Brent Fulgham
Comment 6 2015-07-08 16:46:09 PDT
Comment on attachment 256424 [details] Patch r=me. We can cq+ this if the tests all pass.
WebKit Commit Bot
Comment 7 2015-07-08 18:23:33 PDT
Comment on attachment 256424 [details] Patch Clearing flags on attachment: 256424 Committed r186563: <http://trac.webkit.org/changeset/186563>
WebKit Commit Bot
Comment 8 2015-07-08 18:23:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.