Bug 102194 - [GStreamer] Use GRecMutex instead of GStaticRecMutex, which is deprecated.
Summary: [GStreamer] Use GRecMutex instead of GStaticRecMutex, which is deprecated.
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dongwoo Joshua Im (dwim)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 01:10 PST by Dongwoo Joshua Im (dwim)
Modified: 2012-11-14 02:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.53 KB, patch)
2012-11-14 01:37 PST, Dongwoo Joshua Im (dwim)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongwoo Joshua Im (dwim) 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".
Comment 1 Dongwoo Joshua Im (dwim) 2012-11-14 01:37:54 PST
Created attachment 174106 [details]
Patch
Comment 2 Philippe Normand 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.