WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(4.05 KB, patch)
2015-07-08 16:39 PDT
,
Matthew Daiter
no flags
Details
Formatted Diff
Diff
Patch
(4.17 KB, patch)
2015-07-08 16:41 PDT
,
Matthew Daiter
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-07-08 16:21:34 PDT
<
rdar://problem/21735416
>
Matthew Daiter
Comment 2
2015-07-08 16:28:16 PDT
Created
attachment 256418
[details]
Patch
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
Created
attachment 256423
[details]
Patch
Matthew Daiter
Comment 5
2015-07-08 16:41:31 PDT
Created
attachment 256424
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug