GNOME Bugzilla – Bug 699446
d3dvideosink: Don't use deprecated GLib threading API
Last modified: 2013-05-03 09:20:09 UTC
Created attachment 243023 [details] [review] d3dvideosink: Don't use deprecated GLib threading APIs Hi, I have updated the d3dvideosink a little bit so that we won't be using deprecated GLib threading APIs, namely GStaticMutex. The attached patch file is my attempt at this. With blessings, thank you!
Comment on attachment 243023 [details] [review] d3dvideosink: Don't use deprecated GLib threading APIs This is already fixed in latest git master. Also replacing a recursive mutex with a non-recursive one will lead to deadlocks, GRecMutex should've been used here.