Bug 178693 - [MediaFoundation] Videos are always autoplaying for local files
Summary: [MediaFoundation] Videos are always autoplaying for local files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-23 17:09 PDT by Konstantin Tokarev
Modified: 2017-11-15 12:49 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.95 KB, patch)
2017-10-23 17:13 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>