Bug 147119 - Make sure MediaPlayerPrivateAVFoundation doesn't load MediaStream
Summary: Make sure MediaPlayerPrivateAVFoundation doesn't load MediaStream
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matthew Daiter
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2015-07-20 12:30 PDT by Matthew Daiter
Modified: 2015-07-22 10:14 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2015-07-20 12:33 PDT, Matthew Daiter
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Daiter 2015-07-20 12:30:30 PDT
We can't have MediaPlayerPrivateAVFoundation trying to load MediaStreams by accident. In order to make sure the MediaPlayer loadEngine() method doesn't try to use this class to load the MediaStream, we need to set the network state to a format error to ensure a skip and an error trigger, so another media engine is loaded.
Comment 1 Radar WebKit Bug Importer 2015-07-20 12:31:11 PDT
<rdar://problem/21904955>
Comment 2 Matthew Daiter 2015-07-20 12:33:05 PDT
Created attachment 257119 [details]
Patch
Comment 3 WebKit Commit Bot 2015-07-22 10:14:19 PDT
Comment on attachment 257119 [details]
Patch

Clearing flags on attachment: 257119

Committed r187163: <http://trac.webkit.org/changeset/187163>
Comment 4 WebKit Commit Bot 2015-07-22 10:14:22 PDT
All reviewed patches have been landed.  Closing bug.