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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 6 10:41:07 PDT 2010


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

--- Comment #12 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-06 17:41:03 UTC ---
commit d5c0b3311b87381b0f741c142bee5c29f3605e70
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Aug 6 19:38:22 2010 +0200

    bufferlist: Don't chain up finalize to the parent class

    GstMiniObject::finalize does nothing and this prevents a
    runtime-type-check cast and function call per buffer list.

commit d41997040b0d17a579962ae6850e490cb8203503
Author: Shixin Zeng <zeng.shixin at gmail.com>
Date:   Tue Jul 20 09:23:11 2010 -0500

    gst: make _get_type() in gst/* thread safe

    This is not really necessary here because everything is
    initialized from gst_init() already but using G_DEFINE_TYPE()
    removes some copy&paste boilerplate code.

commit 98da78ed2a4d340d64724dbf671e42d5bc893ec7
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Aug 6 19:34:42 2010 +0200

    plugins: Add declarations for _get_type() functions to fix compiler
warnings

commit cfefcc7183144c9e03f6051e5ba303c73aa33873
Author: Shixin Zeng <zeng.shixin at gmail.com>
Date:   Tue Jul 20 09:23:54 2010 -0500

    plugins: Make *_get_type() in plugins/* thread safe

    It's not really needed here but using G_DEFINE_TYPE() reduces
    some copy&paste boilerplate code.

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