Bug 102194

Summary: [GStreamer] Use GRecMutex instead of GStaticRecMutex, which is deprecated.
Product: WebKit Reporter: Dongwoo Joshua Im (dwim) <dw.im>
Component: WebCore Misc.Assignee: Dongwoo Joshua Im (dwim) <dw.im>
Status: RESOLVED LATER    
Severity: Normal CC: eric.carlson, feature-media-reviews, levin+threading, pnormand, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Dongwoo Joshua Im (dwim)
Reported 2012-11-14 01:10:36 PST
In GLib 2.32, GStaticRecMutex has been deprecated in favor of GRecMutex. It occurs build error because of this build option - "-Werror=deprecated-declarations".
Attachments
Patch (2.53 KB, patch)
2012-11-14 01:37 PST, Dongwoo Joshua Im (dwim)
no flags
Dongwoo Joshua Im (dwim)
Comment 1 2012-11-14 01:37:54 PST
Philippe Normand
Comment 2 2012-11-14 02:10:19 PST
Like I said on IRC, the best way to go is to port the WebAudio backend to GStreamer 1.0. This patch won't build because GstTask in gst 0.10 requires a GStaticRecMutex.
Note You need to log in before you can comment on or make changes to this bug.