Bug 169313

Summary: [MediaStream] Compensate for video capture orientation
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch.
none
Patch for landing. none

Description Eric Carlson 2017-03-07 15:19:42 PST
Captured video frames may need to be rotated for display.
Comment 1 Radar WebKit Bug Importer 2017-03-11 13:34:43 PST
<rdar://problem/30994785>
Comment 2 Eric Carlson 2017-03-17 13:23:56 PDT
Created attachment 304815 [details]
Proposed patch.
Comment 3 Eric Carlson 2017-03-17 13:58:14 PDT
Created attachment 304822 [details]
Patch for landing.
Comment 4 WebKit Commit Bot 2017-03-17 14:14:32 PDT
Comment on attachment 304822 [details]
Patch for landing.

Clearing flags on attachment: 304822

Committed r214120: <http://trac.webkit.org/changeset/214120>
Comment 5 Eric Carlson 2017-03-17 17:34:43 PDT
Plus r214130 to fix a crash found by the bots.