From: Sebastian Dröge Date: Sun, 8 Aug 2010 15:57:52 +0000 (+0200) Subject: bufferlist: Initialize the GType cache for the bufferlist again X-Git-Tag: RELEASE-0.10.31~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=699385f71599a5364f761f8eba85596ee844288e;p=platform%2Fupstream%2Fgstreamer.git bufferlist: Initialize the GType cache for the bufferlist again This was accidentially removed with last commit. --- diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c index 1da1491..239f0ce 100644 --- a/gst/gstbufferlist.c +++ b/gst/gstbufferlist.c @@ -171,7 +171,10 @@ G_DEFINE_TYPE (GstBufferList, gst_buffer_list, GST_TYPE_MINI_OBJECT); void _gst_buffer_list_initialize (void) { - g_type_class_ref (gst_buffer_list_get_type ()); + GType type = gst_buffer_list_get_type (); + + g_type_class_ref (type); + _gst_buffer_list_type = type; } static void