[Bug 693322] squash deprecated GLib code

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 7 05:57:32 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=693322
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235388|none                        |needs-work
             status|                            |

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-02-07 13:57:25 UTC ---
(From update of attachment 235388)
This is not how it's supposed to be used now. It should be:

static GMutex mutex;

or

GMutex mutex;

in structs, and then

g_mutex_{init,lock,unlock,clear}(&mutex);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list