mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
ges: Add missing type unref on deinit
This commit is contained in:
parent
ef173bb7c4
commit
e939cfebaf
1 changed files with 3 additions and 0 deletions
|
@ -214,6 +214,9 @@ ges_deinit (void)
|
|||
/* Register track elements */
|
||||
g_type_class_unref (g_type_class_peek (GES_TYPE_EFFECT));
|
||||
|
||||
g_type_class_unref (g_type_class_peek (GST_TYPE_FRAME_POSITIONNER));
|
||||
g_type_class_unref (g_type_class_peek (GES_TYPE_PIPELINE));
|
||||
|
||||
ges_asset_cache_deinit ();
|
||||
|
||||
ges_deinitialized = TRUE;
|
||||
|
|
Loading…
Reference in a new issue