Bug 160018

Summary: [GTK] The GSTREAMER_GL path in MediaPlayerPrivateGStreamerBase::paintToTextureMapper() is missing a mutex lock
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, olivier.blin
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Miguel Gomez 2016-07-21 05:24:02 PDT
The video sample is being accessed without locking the mutex, which allows gstreamer to modify it while it's being used.
Comment 1 Miguel Gomez 2016-07-21 05:31:09 PDT
Created attachment 284208 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-21 06:04:14 PDT
Comment on attachment 284208 [details]
Patch

Clearing flags on attachment: 284208

Committed r203502: <http://trac.webkit.org/changeset/203502>
Comment 3 WebKit Commit Bot 2016-07-21 06:04:17 PDT
All reviewed patches have been landed.  Closing bug.