Bug 178693

Summary: [MediaFoundation] Videos are always autoplaying for local files
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: WebCore Misc.Assignee: Konstantin Tokarev <annulen>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, don.olmstead, pvollan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Konstantin Tokarev 2017-10-23 17:09:32 PDT
r199114 fixes autoplay issue only if starting session invokes buffering stage. However when local files are played, onBufferingStarted and onBufferingStopped are not called, and video is not paused.

Initially reported at https://github.com/annulen/webkit/issues/610.
Comment 1 Konstantin Tokarev 2017-10-23 17:13:26 PDT
Created attachment 324617 [details]
Patch
Comment 2 Don Olmstead 2017-10-23 17:40:28 PDT
LGTM
Comment 3 WebKit Commit Bot 2017-10-24 11:40:20 PDT
Comment on attachment 324617 [details]
Patch

Clearing flags on attachment: 324617

Committed r223902: <https://trac.webkit.org/changeset/223902>
Comment 4 WebKit Commit Bot 2017-10-24 11:40:21 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-11-15 12:49:45 PST
<rdar://problem/35568227>