[gstreamer-bugs] [Bug 349410] Problems with type handling

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 14 08:41:51 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=349410

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.15




------- Comment #32 from Tim-Philipp Müller  2007-11-14 16:41 UTC -------
This is hilarious - it's the exact same issue as the intermittent tee unit test
failures we observed recently (bug #474823), only that it's been open for more
than 2 years ...

In any case, this works around the issue in GLib/GObject on our side:

 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/gst.c: (init_post):
        * gst/gstevent.c: (_gst_event_initialize):
        * gst/gstquery.c: (_gst_query_initialize):
        * libs/gst/dataprotocol/dataprotocol.c (gst_dp_init):
          g_type_class_ref() other types as well, see #349410 and #64764.

        * gst/gstbuffer.c: (_gst_buffer_initialize):
        * gst/gstmessage.c: (_gst_message_initialize):
          Simplify existing g_type_class_ref().

 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/gstformat.c: (_gst_format_initialize):
          g_type_class_ref() our GstFormat type to make sure we avoid the
          thread-unsafe bits of the GObject/GType system, ie. bug #349410 and
          bug #64764. Should fix intermittent tee unit test failures (#474823).

No point in keeping this bug open any longer IMO, given that there's a bug for
GLib already.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=349410.




More information about the Gstreamer-bugs mailing list