Bug 123593

Summary: [MSE] [Mac] Disclaim support for MSE in AVFoundation and QTKit engines
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, glenn
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Jer Noble 2013-10-31 15:33:47 PDT
[MSE] [Mac] Disclaim support for MSE in AVFoundation and QTKit engines
Comment 1 Jer Noble 2013-10-31 15:35:42 PDT
Created attachment 215682 [details]
Patch
Comment 2 Eric Carlson 2013-11-01 10:01:27 PDT
Comment on attachment 215682 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=215682&action=review

If the other ports don't already do this, you should file bugs.

> Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:201
> +void MediaPlayerPrivateAVFoundation::load(const String&, PassRefPtr<HTMLMediaSource>)

"PassRefPtr<HTMLMediaSource>" this will change soon, right :-)
Comment 3 Jer Noble 2013-11-04 14:47:40 PST
Committed r158597: <http://trac.webkit.org/changeset/158597>