Bug 226249

Summary: [GStreamer] Stop using UncheckedLock in WebKitCommonEncryptionDecryptorGStreamer
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKitGTKAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bugs-noreply, calvaris, cgarcia, darin, ews-watchlist, ggaren, gustavo, mcatanzaro, menard, pnormand, sam, vjaquez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 226212    
Bug Blocks:    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch
ews-feeder: commit-queue-
Patch darin: review+

Chris Dumez
Reported 2021-05-25 16:31:28 PDT
Stop using UncheckedLock in WebKitCommonEncryptionDecryptorGStreamer as it is being phased out in favor of WTF::Lock, which supports Clang thread safety analysis.
Attachments
Patch (6.58 KB, patch)
2021-05-25 16:33 PDT, Chris Dumez
ews-feeder: commit-queue-
Patch (6.58 KB, patch)
2021-05-25 17:02 PDT, Chris Dumez
ews-feeder: commit-queue-
Patch (6.56 KB, patch)
2021-05-25 17:38 PDT, Chris Dumez
darin: review+
Chris Dumez
Comment 1 2021-05-25 16:33:32 PDT
Chris Dumez
Comment 2 2021-05-25 17:02:09 PDT
Chris Dumez
Comment 3 2021-05-25 17:38:34 PDT
Darin Adler
Comment 4 2021-05-25 20:37:59 PDT
Comment on attachment 429717 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429717&action=review > Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp:207 > + // Note that waitFor() releases the lock lock internally while it waits, so isFlushing may have been changed. "the lock lock"?
Chris Dumez
Comment 5 2021-05-25 21:58:34 PDT
Note You need to log in before you can comment on or make changes to this bug.