WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED LATER
102194
[GStreamer] Use GRecMutex instead of GStaticRecMutex, which is deprecated.
https://bugs.webkit.org/show_bug.cgi?id=102194
Summary
[GStreamer] Use GRecMutex instead of GStaticRecMutex, which is deprecated.
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dongwoo Joshua Im (dwim)
Comment 1
2012-11-14 01:37:54 PST
Created
attachment 174106
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug