RESOLVED FIXED 147119
Make sure MediaPlayerPrivateAVFoundation doesn't load MediaStream
https://bugs.webkit.org/show_bug.cgi?id=147119
Summary Make sure MediaPlayerPrivateAVFoundation doesn't load MediaStream
Matthew Daiter
Reported 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.
Attachments
Patch (1.51 KB, patch)
2015-07-20 12:33 PDT, Matthew Daiter
no flags
Radar WebKit Bug Importer
Comment 1 2015-07-20 12:31:11 PDT
Matthew Daiter
Comment 2 2015-07-20 12:33:05 PDT
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-07-22 10:14:22 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.