Skip to content

Commit

Permalink
Video freezes in PiP mode
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265085
rdar://118582721

Reviewed by Andy Estes.

The Info.plist file for the GPU process extension is missing required media playback properties.

* Source/WebKit/Shared/AuxiliaryProcessExtensions/GPUExtension-Info.plist:

Canonical link: https://commits.webkit.org/271148@main
  • Loading branch information
pvollan committed Nov 27, 2023
1 parent 7ed7ab6 commit 17490d3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
<string>${BUNDLE_VERSION}</string>
<key>CFBundleName</key>
<string>${PRODUCT_BUNDLE_NAME}</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>CanInheritApplicationStateFromOtherProcesses</key>
<true/>
</dict>
</plist>

0 comments on commit 17490d3

Please sign in to comment.