Bug 124421

Summary: [Mac][AVF] Allow video and audio tracks to be initialized with an AVAssetTrack.
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-11-15 10:13:17 PST
[Mac][AVF] Allow video and audio tracks to be initialized with an AVAssetTrack.
Comment 1 Jer Noble 2013-11-15 10:16:54 PST
Created attachment 217060 [details]
Patch
Comment 2 Eric Carlson 2013-11-15 11:59:08 PST
Comment on attachment 217060 [details]
Patch

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

As we discussed on irc, the methods that require an AVPlayerItem should ASSERT when the track doesn't have one.

> Source/WebCore/ChangeLog:4182
> +2013-11-12  Jer Noble  <jer.noble@apple.com>
> +
> +        Add support for HTMLMediaElement.fastSeek()
> +        https://bugs.webkit.org/show_bug.cgi?id=124262

Oops!
Comment 3 Jer Noble 2013-11-15 15:59:59 PST
Committed r159368: <http://trac.webkit.org/changeset/159368>