gdp: g_type_class_ref() other types as well, see #349410 and #64764.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2007 21:50:05 +0000 (21:50 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 22:49:58 +0000 (22:49 +0000)
Original commit message from CVS:
* 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().

gst/gdp/dataprotocol.c

index 949fd72..b5dea2a 100644 (file)
@@ -327,7 +327,7 @@ gst_dp_init (void)
 
   _gst_dp_initialized = TRUE;
 
-  gst_dp_version_get_type ();
+  g_type_class_ref (gst_dp_version_get_type ());
 
   GST_DEBUG_CATEGORY_INIT (data_protocol_debug, "gdp", 0,
       "GStreamer Data Protocol");