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
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.