Bug 106799 - Do not pass nil when initializing legible output
Summary: Do not pass nil when initializing legible output
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 08:14 PST by Eric Carlson
Modified: 2013-01-14 08:37 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2013-01-14 08:14:19 PST
The AVPlayerItemLegibleOutput initializer expects an empty NSArray, not nil.
Comment 1 Eric Carlson 2013-01-14 08:14:37 PST
rdar://13004846
Comment 2 Eric Carlson 2013-01-14 08:37:14 PST
Committed r139615: <http://trac.webkit.org/changeset/139615>