Bug 160018 - [GTK] The GSTREAMER_GL path in MediaPlayerPrivateGStreamerBase::paintToTextureMapper() is missing a mutex lock
Summary: [GTK] The GSTREAMER_GL path in MediaPlayerPrivateGStreamerBase::paintToTextur...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-21 05:24 PDT by Miguel Gomez
Modified: 2016-08-12 16:23 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.66 KB, patch)
2016-07-21 05:31 PDT, Miguel Gomez
no flags Details | Formatted Diff | Diff

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