mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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().
This commit is contained in:
parent
5cc09472a0
commit
16e18f3e1a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue