[gstreamer-bugs] [Bug 623491] make *_get_type() thread safe

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 3 15:06:48 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623491
  GStreamer | gstreamer (core) | unspecified

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-03 22:06:47 UTC ---
For the stuff in gst/*, there isn't really any need to use
g_once_init_enter()/leave() there, because they're all ref'ed from within
gst_init() already anyway. *Can* do it of course..

plugins/* we should fix I guess (could also just _ref() the type in the
plugin_init or element's class_init though).

Why do need to fix up the stuff in tests/check? It doesn't hurt of course, but
why fix it if it ain't broken?

And let's not touch stuff in tests/old/ (I very much doubt those even
compile..)

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