GNOME Bugzilla – Bug 740822
av: use GMutex instead of deprecated GStaticMutex
Last modified: 2014-11-28 00:33:28 UTC
Currently I get fatal warning when compiling gst-libav with glib-2.42 due to the fact that GStaticMutex is deprecated: I propose to use GMutex instead since it can be statically allocated since glib-2.32.
Created attachment 291682 [details] [review] av: use GMutex instead of deprecated GStaticMutex
Pushed, thanks: commit 728444168acce4310645f173a74034a7ac1c1732 Author: Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> Date: Thu Nov 27 20:44:31 2014 +0100 av: use GMutex instead of deprecated GStaticMutex https://bugzilla.gnome.org/show_bug.cgi?id=740822