Revert "ges: Add missing type unref on deinit"

This reverts commit e939cfebaf.

Class might not be initialized if they were already registered
when ges_init() was called, but were not created until ges_deinit() called.
This commit is contained in:
Seungha Yang 2019-01-28 17:22:10 +09:00
parent 702c298122
commit fa2d6f360a

View file

@ -219,9 +219,6 @@ 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_initialized = FALSE;